You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paki is a Python package that includes useful functions. Its primary goal is to assist developers by providing them with commonly applied functions to save their time.
1. Open Terminal (cmd)
2. Intsall the package by entering the following command in terminal: pip install paki
Import
To use this package in your python script import this package first:
i.e from paki import *
Author
Aqib Altaf
About
Paki is a Python package that includes useful functions. Its primary goal is to assist developers by providing them with commonly applied functions to save their time.