A semi clone of the https://neal.fun/ password game. Some rules are different to the original and some rules are completely unique. This is just a small hobby project.
- python
- requests module
- readline (Preinstalled w/ python)
- os (Preinstalled w/ python)
- sys (Preinstalled w/ python)
- time (Preinstalled w/ python)
- random (Preinstalled w/ python)
- datetime (Preinstalled w/ python)
There is not an installer. This must be manually installed.
- Clone the repo with
[git](https://github.com/Herator2/password-game.git)
- Insure that you have installed the requests module. You can install it with
pip install requests
- Run using python
python main.py