Metadata-Version: 2.1
Name: hangmangame
Version: 0.0.1
Summary: Hangman game for terminal
Home-page: https://github.com/jeffrichardchemistry/hangmangame
Author: Jefferson Richard
Author-email: jrichardquimica@gmail.com
License: GNU General Public License v3.0
Description: # About
        <p>This application is a hangman game for terminal.</p>
        
        # Install
        <b>Via pip</b><br>
        pip3 install hangmangame
        
        <b>Via github</b><br>
        git clone https://github.com/jeffrichardchemistry/hangmangame
        
        cd hangmangame
        
        python3 setup.py install
        
        # Run
        <b>In a terminal</b>
        
        python3 -m hangmangame
        
        <b>As a module</b><br>
        from hangmangame import hangman
        
        get_game = hangman()
        
        get_game.runHangman()
        
Keywords: Game terminal hangman
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
