Metadata-Version: 1.1
Name: PurePython
Version: 1.1
Summary: An Elite Python Package containing all useful tools.
Home-page: https://www.pythonpool.com/
Author: Pratik Kinage
Author-email: UNKNOWN
License: MIT License
Description: # PurePython Package
        
        This package contains numerous tools. This python package also let you download all the pictures of an instagram user.
        
        
        Quick start
        -----------
        
        - Install the package::
        
            pip install PurePython
        
        - Use the package in your code. Example below:
        
            from PurePython import PurePython
        
            try:
                PurePython().DownloadInstagramPhoto("https://www.instagram.com/p/CE3lS08g8Ks/")
            except Exception as e:
                print(e)
        
        - Please visit below link for more details and source code.
        
            https://www.pythonpool.com/tic-tac-toe-python/
        
        
        
        
        
        
Keywords: Pure Python,instagram photo downloader,useful tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
