diff --git a/FalconPunch.py b/EagleJab.py old mode 100755 new mode 100644 similarity index 85% rename from FalconPunch.py rename to EagleJab.py index 047d3b6..7495f5c --- a/FalconPunch.py +++ b/EagleJab.py @@ -13,7 +13,7 @@ args = parser.parse_args() if args.cia: cia = args.cia[0] else: - cia = tkinter.filedialog.askopenfilename(title="Falcon Punch - Choose CIA to Send", initialdir="/", + cia = tkinter.filedialog.askopenfilename(title="Eagle Jab - Choose CIA to Send", initialdir="/", defaultextension=".cia", filetypes=[("CIA File", "*.cia")], multiple=False) statinfo = os.stat(cia) @@ -23,7 +23,7 @@ fbiinfo = struct.pack('!q', statinfo.st_size) if args.ip: dsip = args.ip[0] else: - dsip = tkinter.simpledialog.askstring("Falcon Punch", "Enter 3Ds' IP:") + dsip = tkinter.simpledialog.askstring("Eagle Jab", "Enter 3Ds' IP:") file = open(cia, "rb") sock = socket.socket() @@ -40,7 +40,7 @@ while True: if args.cia and args.ip: print(confirmation) else: - tkinter.messagebox.showinfo("Falcon Punch", confirmation) + tkinter.messagebox.showinfo("Eagle Jab", confirmation) break # EOF sock.sendall(chunk) diff --git a/FalconPunch2.py b/EagleJab2.py old mode 100755 new mode 100644 similarity index 100% rename from FalconPunch2.py rename to EagleJab2.py diff --git a/README.md b/README.md index 78e71a6..ac8c419 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FalconPunch +# EagleJab Additional features & GUI added to Falcon Punch Supports **both** Python 2 & Python 3. @@ -7,9 +7,9 @@ Supports **both** Python 2 & Python 3. ## Usage: * In a Terminal or Command Prompt type: -`python FalconPunch.py --cia Game.cia --ip 192.168.123` -(Python 2 users need to use the `FalconPunch2.py` script) -* Double click FalconPunch.py (assuming .py files associated with python), and it will ask you what information it needs. +`python EagleJab.py --cia Game.cia --ip 192.168.123` +(Python 2 users need to use the `EagleJab2.py` script) +* Double click EagleJab.py (assuming .py files associated with python), and it will ask you what information it needs. ## Screenshots * Asking for .CIA: