fallout-term/README.md
2015-05-26 18:37:25 -03:00

272 B

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

fallout_login.beginLogin()