Python Simple GUI Question. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

9th Apr 2020, 11:41 PM
Corey Fleming
Corey Fleming - avatar
1 Answer
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
10th Apr 2020, 12:52 AM
Steven M
Steven M - avatar