Metadata-Version: 2.1
Name: pyinstinct
Version: 0.0.1
Summary: Number guessing game to test your instinct power
Home-page: https://github.com/prahladyeri/pyinstinct
Author: Prahlad Yeri
Author-email: prahladyeri@yahoo.com
License: MIT
Description: ![pypi](https://img.shields.io/pypi/v/pyinstinct.svg)
        ![python](https://img.shields.io/pypi/pyversions/pyinstinct.svg)
        ![license](https://img.shields.io/github/license/prahladyeri/pyinstinct.svg)
        ![last-commit](https://img.shields.io/github/last-commit/prahladyeri/pyinstinct.svg)
        ![docs](https://readthedocs.org/projects/pyinstinct/badge/?version=latest)
        [![donate](https://img.shields.io/badge/-Donate-blue.svg?logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM8FUXNFUK6EU)
        [![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)
        
        # pyinstinct
        
        ![project logo](https://raw.githubusercontent.com/prahladyeri/pyinstinct/master/logo.png)
        
        It is said that we humans possess something called *instinct* or hunch, a power to know or see about things which are manifest but beyond the reaches of our normal five sense organs.
        
        `pyinstinct` is a command line number guessing game which tests just that - your instinct! It asks your computer to manifest (generate) a random number between 1 and 5, then asks you to guess it. Each hit earns you one point whereas a miss earns you zero points. Ten such guesses concludes a game and you'll get a score (such as 5/10).
        
        The score depends on how well you are at guessing or hunching! Over the course of these games, your typical or average score will be computed and each game will be compared against that. There is also the case that your average score might improve over time! Do you think that like all human skills, the skill of instinct or intuition can also be improved by practice? Why not just play this game and find out!
        
        # Installation
        
        	pip install pyinstinct
        
        # Usage
        
        ![pyinstinct usage](https://raw.githubusercontent.com/prahladyeri/pyinstinct/master/pyinstinct_usage.png)
        
        	
        <!-- # Documentation
        
        Detailed docs are available at <https://pyinstinct.readthedocs.io/en/latest/>. -->
        
        
Keywords: security,scanner
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.4
Description-Content-Type: text/markdown
