Tkinter is the standard Python interface to the "Tk" graphical user interface toolkit.
3
votes
1answer
57 views
Making a list from user input
I have wrote a program that lets the user open up there text file that would look something like this:
1
2
3
4
5
6
It would then let the user enter a name for ...
1
vote
1answer
1k views
Implementation of Battleship in Python TKinter
I am very new to GUI programming, and I'm pretty sure I'm doing it wrong. Please take a look at my code, and suggest some changes. I feel it's way too complicated for what it's actually doing.
For ...