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_everything
py_everything.automation
py_everything.bencrypt
py_everything.conversion
py_everything.dateUtils
py_everything.error
py_everything.fileIO
py_everything.htmlXml
py_everything.maths
py_everything.mensuration
py_everything.rand
py_everything.regex
py_everything.path
py_everything.search
py_everything.sencrypt
py_everything.units
py_everything.web
setupPyGen:
gitIt:
About the Project: