Metadata-Version: 1.2
Name: py_everything
Version: 1.0.2
Summary: A python module containing all the basic functions and classes for python. From simple addition to advanced file encryption.
Home-page: https://github.com/play4Tutorials/py_everything
Author: play 4 Tutorials
Author-email: play.4.tutotials@gmail.com
License: MIT License
Description: # py_everything
        A python module containing all the basic functions and classes for python. From simple addition to advanced file encryption. Everything is included in this one package.
        
        It allows you to use many of its functions and classes without having to write huge complex code. It is a very simple and easy to use library. 
        
        # Installation
        Being available on [PyPi](https://pypi.org), you can install it as simply as ever!
        ```
        $ python -m pip install py_everything
        ```
        py_everything officially supports Python 3.0+
        
        # Features
        - You can make use of the thousands of functions and classes available to you.
        - You don't have to write all of that code yourself, just call the pre-made functions.
        - You can inherit from our base class, and make your own with customizations.
        - There are two variants of most classes, a `Base` variant and an `Advanced` variant.
        - Make your own classes from our pre-provided `Base` variants. The Advanced ones are not for inheriting, but you could experiment.
        
        # Contributing
        ## Contribute to Code
        - Make changes to the code and help us make it better.
        - Fork this repository.
        ## Contribute without Code
        - Report potential issues, you have found, so we can fix it ASAP.
        - Help us identify, vulnerable dependencies.
        - Suggest new functions, and classes you want to get added in.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.3
