fallout-term/README.md

22 lines
272 B
Markdown
Raw Normal View History

2015-05-26 21:37:25 +00:00
Fallout Terminal
2014-07-13 20:10:44 +00:00
================
2015-05-26 21:37:25 +00:00
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()
```