No description
Find a file
2015-05-26 22:11:31 -03:00
fallout.py added boot and locked out scripts 2015-05-26 22:11:31 -03:00
fallout_boot.py added boot and locked out scripts 2015-05-26 22:11:31 -03:00
fallout_functions.py added boot and locked out scripts 2015-05-26 22:11:31 -03:00
fallout_locked.py added boot and locked out scripts 2015-05-26 22:11:31 -03:00
fallout_login.py added boot and locked out scripts 2015-05-26 22:11:31 -03:00
LICENSE Initial commit 2014-07-13 17:10:44 -03:00
README.md added boot and locked out scripts 2015-05-26 22:11:31 -03:00

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