0
Python Simple GUI Question.
Hey Guys, I'm wondering how to make a SUPER simple GUI for a text based adventure game. Sort of like the Choice of The Dragon app in the play store. Any advice appreciated!
1 Resposta
0
For Windows Operating System:
1. once your Python script is created, create a text file.
2. in the text file put:
@echo off
cmd /k "PATH TO YOUR FILE"
(I think this is the command).
3. Change the text file extension to .bat