No description
fallout.py | ||
fallout_boot.py | ||
fallout_functions.py | ||
fallout_locked.py | ||
fallout_login.py | ||
LICENSE | ||
README.md |
Fallout Terminal
Simulates a computer terminal from fallout.
Currently only implements the login portion.
Usage
python fallout.py
To use the login in another program:
import fallout_login
# returns true if the correct password is entered, false otherwise
fallout_login.beginLogin()