Metadata-Version: 2.1
Name: as_shinchan
Version: 1.0.0
Summary: A Python package to draw shinchan using turtle
Home-page: https://github.com/shivasai-391/as_shinchan
Author: Alle Shiva Sai
Author-email: lovelynikki391@gmail.com
License: MIT
Description: # Usage of this Module
        
        Create a new file with any name you want!!
        
        then,
        
        first import this as_shinchan module
        
        then,
        
        use below functions to draw shinchan
        
        short() <br/>
        legs()  <br/>
        shirt() <br/>
        head()  <br/>
        hands() <br/>
        mouth() <br/>
        eyebrows()  <br/>
        eyes()  <br/>
        robo()  <br/>
        
        
        ### Sample Program
        ```
        import as_shinchan as s
        s.short()
        s.legs()
        s.shirt()
        s.head()
        s.hands()
        s.mouth()
        s.eyebrows()
        s.eyes()
        s.robo()
        s.ht()
        s.done()
        ```
        
        
        ## For more info:
        https://www.youtube.com/channel/UCfthEj3oCLiFakXtSzhZ7Dw
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
