Metadata-Version: 2.1
Name: codescream
Version: 1.0.0
Summary: Read the latest Real Python tutorials
Home-page: https://github.com/irth/codescream
Author: Wojciech ~irth Kwolek
Author-email: me@irth.pl
License: MIT
Description: # CodeScream
        
        *Did you ever want your computer to scream at you when you make a mistake?*
        
        No?
        
        **Well now you can make it do that, anyway.**
        
        
        ## Instalation
        
        ```
        pip install codescream
        ```
        
        ## Usage
        
        Add this line somewhere in your project, preferably in the entry point.
        
        ```
        import codescream
        ```
        
        Unmute your speakers :)
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
