Metadata-Version: 2.1
Name: ig-profile
Version: 1.0
Summary: A simple package to extract the profile picture of a instagram user.
Home-page: https://github.com/debdutgoswami/instagram-profile-picture
Author: Debdut Goswami
Author-email: debdutgoswami@gmail.com
License: UNKNOWN
Download-URL: https://github.com/debdutgoswami/instagram-profile-picture/archive/v1.0.tar.gz
Description: [![HitCount](http://hits.dwyl.io/debdutgoswami/instagram-profile-picture.svg)](http://hits.dwyl.io/debdutgoswami/instagram-profile-picture)
        
        # Instagram Profile Picture Extraction
        
        I have used python to open and also download Instagram profile pictures as because Instagram does not allow us to open the picture.
        
        ## installation
        
        Hosted on _pypi.org_
        
        ```
        pip install ig-profile
        ```
        
        ## example
        
        ```
        from ig_profile import ProfileImage as pimage
        pimage.image(YOUR_USER_NAME)
        ```
        
        The above code will simply download the desired profile picture and open it up in a new window.
        
        
        ## PyPi
        
        Instagram Profile Picture: [PyPi](https://pypi.org/project/ig-profile/)
        
Keywords: INSTAGRAM,PROFILE,PICTURE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
