From 6fd646d46b2fa4470d394717e3d8e8da003179c0 Mon Sep 17 00:00:00 2001 From: Rain Clark Date: Wed, 29 Apr 2015 18:27:23 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf220d5..34a4664 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # FalconPunch -Additional GUI features added to Falcon Punch +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: +* [easygui](https://pypi.python.org/pypi/easygui) - For the GUI compnents + + -Requires [Python 3](https://www.python.org/downloads/) & [easygui](https://pypi.python.org/pypi/easygui)