Welcome to py_everything’s Documentation!¶
Welcome to the Documentation for py_everything. You can find all the modules and how to use them here.
py_everything hopes to become a Python package that helps you write everything much faster and in a easier way. Without importing many libraries for different tasks. Do them with the help of one.
Power of py_everything -¶
The basic usage for this package is given below:
>>> import py_everything
>>> from py_everything import search
>>> search.searchFiles('python', 'C:\Programming\\')
C:\Programming\python.txt
C:\Programming\projectpython.py
C:\Programming\py_everything-python.docx
>>> my_list = [2, 4, 5, 3, 7, 5, 6, 3 , 12 , 9, 6]
>>> py_everything.maths.avg(my_list)
5.636363636363637
Contributors -¶
People who have contributed to this project -
Modules:
py_everythingpy_everything.automationpy_everything.bencryptpy_everything.conversionpy_everything.dateUtilspy_everything.errorpy_everything.fileIOpy_everything.htmlXmlpy_everything.mathspy_everything.mensurationpy_everything.randpy_everything.regexpy_everything.pathpy_everything.searchpy_everything.sencryptpy_everything.unitspy_everything.web
setupPyGen:
gitIt:
About the Project: