Tkinter is the standard Python interface to the "Tk" graphical user interface toolkit.
3
votes
1answer
19 views
Instantiating widgets
In my Tkinter projects I almost always end up with __init__() methods that look like this:
...
1
vote
0answers
14 views
GUI in Tkinter to log events for a web-scraper
I'm creating a GUI with tkinter that will handle starting/stopping/and logging events for a web-scraper (scraper not created yet).
The current code is working... but I've been gathering my ...
3
votes
2answers
51 views
Python Calculator using tkinter
I created a basic desktop calculator using Python. Does anyone have any suggestions as far as coding best practices, readability issues, or just generic coding mistakes I might have missed? Any ...
6
votes
1answer
83 views
Create a weather app in Python
I've created the following app in Python 3.5. The app uses pyowm and will take a location and return weather information. I've also built a GUI with tkinter for it.
Keen to find out some tips to ...
8
votes
1answer
107 views
First Game: Simon Game
I am working on a Simon game using python and tkinter, just now it is incomplete, but I don't know if I am doing it right because it looks messy, and I would like to have a check on my code for ...
5
votes
1answer
57 views
Escalation approval tool, copy to clipboard via Python
I created a simple little script for the people I work with, what it does is copy information to the users clipboard for escalation approvals. It's pretty simple and not very exciting but I want to ...
4
votes
1answer
57 views
Multigeneration evolution simulator, graphing phenotypic change
I created an evolution simulator. It takes random chance and applies it to phenotypes of species. This was very much for fun, and I would love any input on:
Readability of code
Efficiency of ...
8
votes
1answer
162 views
Flipbook type animation with Tkinter
I am writing a program in Python that takes a folder of images and animates them.
For example, going through a list of pictures like this and animating them one by one:
Relevant features include:
...
3
votes
0answers
51 views
Mad Libs program
My code creates a Mad Libs program. Its a prewritten story that you fill in blindly. There are 4 pages of 7 entry boxs and labels. When the inputs are in and next is pressed it saves inputs as ...
4
votes
0answers
23 views
Tkinter RSS feed
I am creating a GUI program using Tkinter wherein I utilise the Feedparser module.
My code executes in the following way:
Get the stock ticker to insert into the URL from the user.
Parse the URL and ...
1
vote
1answer
28 views
Network graph canvas display using Tkinter
I made a little application (for windows, but easily compatible with linux by just changing some lines) for displaying a little network graph using Tkinter and Python. I basically draw lines higher ...
3
votes
1answer
152 views
Display a simulation using Tkinter
I wrote a module to simulate physics of 2D elastic balls and the community helped me to improve it on this post.
Now I implemented a GUI using Tkinter to display the simulation in a window.
I'm a ...
2
votes
1answer
61 views
Scrolling game very slow
I am trying to make a scrolling game in Tkinter. However, with all my for loops and functions it is extremely slow.
I am reading the tutorial from Khan Academy's advanced JS. In their JS game ...
4
votes
1answer
51 views
Tkinter File Removal Program
This was my first foray into a Tkinter app and so I chose a simple and certainly overkill task to make into a gui.
Aside from one small aspect, this code functions as I was intending and seems to ...
9
votes
1answer
258 views
The YouTube crawler
I have coded a program to scrap YouTube data (for educational purposes). When the link of the channel is entered it scraps the channel name, description of the channel, the videos posted by the ...
1
vote
1answer
59 views
Simple name-drawer using Python and Tkinter
I am a beginner playing around with Python and Tkinter. I wrote this program to draw random names given the students in my classes. I tried to follow PEP 8, but I was wondering if there are any ...
3
votes
1answer
351 views
Python Tkinter Game - Treasure Hunt
I used to write a bit of BASIC years ago, and recently found an old book called "Fun Mathematics on your Microcomputer" with some mathematical games in. I'm learning Python and have tried to implement ...
0
votes
2answers
96 views
Minesweeper, python Tkinter, Checking close by tiles
Is there any smart way to compress the following code:
...
4
votes
1answer
145 views
Calendar made with tkinter
I made a calendar that displays text documents according to month. Thankfully it works, although I could really use some help how to make it more better looking and efficient. I'm new to programming ...
2
votes
2answers
125 views
GUI Caesar Cipher with model-view-controller
I created a Caesar Cipher Program in Tkinter, to help me learn the Model-View-Controller concepts and Tkinter in general. The code works, but it is a mess, and I want some help on cleaning it up, ...
12
votes
3answers
4k views
Replacing Skype, reinventing the chat client
I'm creating a chat client and chat server after a several month programming hiatus. The goal is to make one with features I want but it's also a learning project. Although it's mostly because I'm ...
5
votes
3answers
1k views
Python colour game
This is a Python program that requires the user to type the colour of the text and not the name of the colour. They have a set time limit and a scoring system. If you have any improvements or ...
1
vote
1answer
74 views
Selecting a random student from a class list
This selects a random student from a class list, stored in a .ss file:
...
3
votes
2answers
79 views
Generating simple and complex passwords
I am pretty new to Python and I would like some tips and criticism on my formatting style/code and what can be better organized. I am a bit shaky on how classes work, but I think that it can be used ...
1
vote
1answer
85 views
Created a frame with a disabled button, till check button is used, then return to starting state
I've been coding Python for little over 6 months now. I am self taught and I would like to ask for some help for myself and also for others in my position who's been wondering if they're going about ...
8
votes
2answers
204 views
Automatic ping check program
Am I commenting enough? Are my variables properly following correct styling format? Is there a more efficient way to code my "Label coloring" conditions?
...
5
votes
3answers
81 views
Simple word shuffling game - follow-up
From my previous question, I got great feedback which helped improve my code which I submitted. I went back and built upon that and came back to see if my code is an improvement.
...
9
votes
3answers
128 views
Simple word shuffling game
I have made a game (I like to code when in my spare time) where words are taken at random from a list and displayed on a label. If they type it correctly, their ...
2
votes
1answer
210 views
Read decibel level from a USB meter, display it as a live visualization, and send it via FTP
This question was posed to me by someone in my university's athletics department who had a USB sound level meter and a simple Python script which printed the current sound level (he was provided with ...
5
votes
2answers
871 views
Searching Combobox drop-down list
I've created a Combobox GUI that allows the user to search through the Combobox by entering a letter on the keyboard. If user ...
2
votes
3answers
967 views
Calculator using Tkinter
So this is my first project.
I made a Calculator using Tkinter.
For the next version, I will try adding
oops concepts
Custom parser for input
Here's the code
...
4
votes
2answers
471 views
Simple data entry form that writes data to textfile
I made a data entry form that writes each category into a text file. As an example I used Regular, Premium and Diesel categories. They each have open, delivery, total, sales and close numbers for that ...
6
votes
2answers
194 views
Typing training with GUI in Python
This script allows you to practice your typing skills, as soon as you finish typing a new word appears for a non-stop typing experience. The code has in memory the top 100 words as per the Pareto ...
4
votes
1answer
563 views
Python GUI for cropping and saving images quickly
I wrote a simple GUI applications to help me select 'positive' regions of a bunch of photos for the purpose of training an object detectir using OpenCV Haar Cascades.
For training purposes, you need ...
5
votes
1answer
142 views
“Lights Off” puzzle in tkinter
I'm a newbie in Tkinter and I've managed to make the "Lights Off" puzzle using Tkinter with Python 3.
The game starts by presenting 9 buttons arranged in a 3x3 matrix. The text of the button will be ...
9
votes
1answer
298 views
Python snake game
If anyone has the patience to take a look at my first python snake game, I'd be very grateful for any feedback. I am fairly new to programming and Python, but am looking to improve so any constructive ...
2
votes
0answers
53 views
Elo Rating Tracking Applet
I have a little applet that I wrote in Python and Tkinter, and I was wondering what a good way would be to make it public, or open source or whatever.
I think it's quite fun. You can add players, ...
3
votes
1answer
73 views
Linux/Windows Text Editor in Tkinter
Over the past couple of days I have been working on a super-basic text editor with Tkinter.
It can:
Open new files
Open files (general)
Save files
Obviously you can edit any file you open or make....
9
votes
1answer
1k views
Tkinter GUI for making very simple edits to pandas DataFrames
It is part of a separate application that allows users to interact very loosely with different databases and check for possible errors and make corrections.
...
5
votes
1answer
71 views
Charting daily balance
I have been trying my hand at Python lately. I have been able to look at code examples and create a custom application that queries a Microsoft SQL Server, pulls out two columns (date, balance) and ...
7
votes
2answers
2k views
Very Ugly Tkinter Calculator
I have been working for about a week on a calculator in Tkinter, and the result is a very ugly, but functional calculator. Is it possible to clean up the code, and make it more readable?
...
6
votes
2answers
7k views
Classic Snake game using Python, Tkinter, and threading
I have just installed Ubuntu and am re-familiarizing myself with Python. I learned the basics in late 2012-early 2013 and I'm practicing with it in order to get better at programming concepts and ...
3
votes
1answer
657 views
Pythagorean Theorem Calculator
My code seems a bit sloppy to me, but I don't know how to improve it to make it cleaner and more understandable. I'm just learning Python, as well as Tkinter. I figured a Pythagorean Theorem ...
0
votes
1answer
149 views
Canvas in Tkinter app for Conway's Game of Life updates so slowly
This is Conway's Game of Life written in Python and using Tkinter for GUI.
Problems are:
The "Play" button works so slowly. I can see how the canvas is redrawing from top to bottom. But when I ...
3
votes
1answer
2k views
OOP TictacToe with Tkinter
This is my implementation of a Tic Tac Toe game with Tkinter GUI. So far I've set up the game to play with another player. For an interview coming up, I am suppose to build additional feature such ...
-2
votes
1answer
257 views
Drawing with canvas in python
Is there a function or some easier way to draw this, each of this little circles should have 8 other smaller circles around them like the big circle... So far i made big circle in center with 8 ...
2
votes
1answer
561 views
General purpose input validation GUI
I decided to build a GUI that would seemlessly create user interfaces for validation functions, functions that check if a string satisfies given rules.
An example '...
2
votes
0answers
5k views
Python TKinter data entry window GUI for SQLITE3 table
I would like to offer for review a simple tkinter GUI window in Python 3 to be used for data entry into an SQLite database table. As a noob, this is my first attempt at OOP and my first experience ...
6
votes
1answer
520 views
CAPTCHA reader and maker
I've made some CAPTCHA reader and maker in Python using Tkinter. Do you know if it's possible to keep image and output files in "memory" not writing them on disc? Because right now everything is '...
3
votes
1answer
106 views
GUI for products and orders
I am building a simple Store Management System and I have 4 classes, 3 of which are for Product, Vendor and ...