2015-04-28 21:47:35 -04:00
|
|
|
# FalconPunch
|
2015-04-29 18:27:23 -04:00
|
|
|
Additional features added to Falcon Punch.
|
|
|
|
|
|
|
|
#### Supports Both Python 2 & Python 3
|
|
|
|
* Python 3 Users: *FalconPunch.py --cia Game.cia --ip 192.168.123*
|
|
|
|
* Python 2 Users: *FalconPunch2.py --cia Game.cia --ip 192.168.123*
|
|
|
|
|
|
|
|
#### Requirements:
|
2015-04-29 18:35:05 -04:00
|
|
|
* [Python](https://www.python.org/downloads/)
|
2015-04-29 18:27:23 -04:00
|
|
|
* [easygui](https://pypi.python.org/pypi/easygui) - For the GUI compnents
|
2015-04-29 18:35:05 -04:00
|
|
|
* You can easily install this by typing in the following into the Terminal or Command Prompt:
|
|
|
|
```
|
|
|
|
pip install easygui
|
|
|
|
```
|
2015-04-28 21:47:35 -04:00
|
|
|
|