All Questions
133 questions
2
votes
1
answer
128
views
Birthday database and emailer
This is my third project for review; I would like feedback on:
code readability
code efficiency
particularly good parts
The project is called BirthdayBackup. It's a
GUI app that allows you manage a ...
4
votes
1
answer
173
views
Python - beginner - GUI
I have been learning python for 1.5 month now I am learning in my free time between job and other life commitments so my progress may be slow. It may take time for me to reply but I am interested in ...
1
vote
1
answer
187
views
Python - beginner level - password manager GUI
I have been learning Python for 1.5 months now. I am learning in my free time between jobs and other life commitments so my progress may be slow or it may take time for me to reply but I am interested ...
3
votes
1
answer
155
views
Python tic-tac-toe using tkinter
I recently made this tic-tac-toe program using tkinter, but I am quite new to tkinter, so I would be grateful for tips on how to improve the program. Note that the actual tic-tac-toe logic is being ...
1
vote
0
answers
132
views
"Sticky Note" App
The code below is a Sticky Note App.
...
2
votes
1
answer
189
views
Pomodoro Work Timer with GUI
My first actual code using GUI. Based off a class I took. Code criticism much appreciated. (I was all over the place with this one)
Resources
Picture:
Sound: https://www.freesoundslibrary.com/success-...
4
votes
1
answer
435
views
Simple encryption/decryption program using python (and tkinter)
I am creating a simple program with a GUI to encrypt/decrypt text using different ciphers. I tried to make it so that it would be easy to add new ciphers.
This is my code:
...
1
vote
0
answers
1k
views
MVVM using Python's tkinter
My task is to change the architecture of a previously written application to Model-View-ViewModel and use the Command pattern. It is written in Python 3.10.6 and uses the tkinter library for the GUI.
...
1
vote
1
answer
100
views
Choose and locate a word in PDF
This code searches helps to choose a word and locate the word in a PDF, by highlighting it, and drawing a box around it.
I found problem with the border of the rectangle, as it's thickness cannot be ...
4
votes
1
answer
103
views
Tkinter Minesweeper Clone V2
Intro
Having spent quite a bit of time learning Python, I thought it was time to work on something. However, an Google search for "python projects 2022" came up with projects I had already ...
7
votes
1
answer
1k
views
Go Chess (weiqi) in Python using Tkinter
The Game
Go or weiqi is an amazingly simple yet complex board game. This game is typically played on a 19x19 grid, and pieces are played on the intersections of lines. Pieces are removed when they are ...
3
votes
1
answer
203
views
Scrape PokeDex and display in tkinter
Hi I am new here and I just completed my first working version of a pokedex app with a GUI using tkinter. I used selenium to scrape the data from pokemondb.net, and then used pandas to clean up the ...
4
votes
3
answers
241
views
Minesweeper program using Tkinter
I have completed my minesweeper game using Tkinter and would like to know ways to improve. I also have a question for extra features: does anybody know a way to have an opening start, like Google ...
10
votes
3
answers
319
views
My tkinter music player program
This music player app hasn't really completed yet, but it runs the basic functions of a music player, which include play/pause, volume adjustment, next/prev, shuffle and repeat functionalities. ...
3
votes
2
answers
102
views
Staff Manager Windows APP -Python
Below there is a full code for my app Staff Manager. The app does allow basic staff management, like adding, removing or changing details of employees. As it is one of my first GUI apps and I am self-...