2015-04-28 21:47:35 -04:00
|
|
|
# FalconPunch
|
2015-04-29 19:40:07 -04:00
|
|
|
Additional features & GUI added to Falcon Punch
|
|
|
|
Supports **both** Python 2 & Python 3.
|
2015-04-29 18:27:23 -04:00
|
|
|
|
2015-04-29 19:40:07 -04:00
|
|
|
## Requirements:
|
|
|
|
* [Python](https://www.python.org/downloads/)
|
|
|
|
|
|
|
|
## Usage:
|
|
|
|
* In a Terminal or Command Prompt type:
|
2015-05-01 17:47:17 -04:00
|
|
|
`python FalconPunch.py --cia Game.cia --ip 192.168.123`
|
|
|
|
(Python 2 users need to use the `FalconPunch2.py` script)
|
2015-04-29 19:40:07 -04:00
|
|
|
* Double click FalconPunch.py (assuming .py files associated with python), and it will ask you what information it needs.
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
* Asking for .CIA:
|
|
|
|
![OpenFileDialog](http://i.imgur.com/yPfRIk1.png)
|
|
|
|
|
|
|
|
* Asking for 3DS' IP:
|
|
|
|
![InputDialog](http://i.imgur.com/tj1PH95.png)
|
2015-04-28 21:47:35 -04:00
|
|
|
|
2015-04-29 19:40:07 -04:00
|
|
|
* Transfer Confirmation:
|
|
|
|
![MesseageBox](http://i.imgur.com/sElRpWA.png)
|