Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 728 Bytes

About

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.

Dependencies

  • 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)

How to install?

There is not an installer. This must be manually installed.

  1. Clone the repo with [git](https://github.com/Herator2/password-game.git)
  2. Insure that you have installed the requests module. You can install it with pip install requests
  3. Run using python python main.py