From f635c5bf0b592f5a5c20f1b97d741e4c52089d2a Mon Sep 17 00:00:00 2001 From: Rain Clark Date: Wed, 29 Apr 2015 19:40:07 -0400 Subject: [PATCH] Added Usage & Screenshots --- README.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7253601..79968c8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,24 @@ # FalconPunch -Additional features added to Falcon Punch. +Additional features & GUI added to Falcon Punch +Supports **both** Python 2 & Python 3. -#### 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: -* [Python](https://www.python.org/downloads/) +## Requirements: +* [Python](https://www.python.org/downloads/) * [easygui](https://pypi.python.org/pypi/easygui) - For GUI components - * You can easily install this by typing in the following into the Terminal or Command Prompt: - ``` - pip install easygui - ``` + * You can easily install this by typing in the following into the Terminal or Command Prompt: + `pip install easygui` +## Usage: +* In a Terminal or Command Prompt type: +`python FalconPunch.py --cia Game.cia --ip 192.168.123` +* 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) + +* Transfer Confirmation: +![MesseageBox](http://i.imgur.com/sElRpWA.png) \ No newline at end of file