Add flashcards script by RibbonUltra · Pull Request #524 · wasmerio/Python-Scripts
Navigation Menu
{{ message }}
wasmerio / Python-Scripts Public
- Notifications You must be signed in to change notification settings
- Fork 499
Open
RibbonUltra wants to merge 1 commit intowasmerio:mainfrom
Open
RibbonUltra wants to merge 1 commit intowasmerio:mainfrom
RibbonUltra wants to merge 1 commit intowasmerio:mainfrom
Conversation
Copy link
RibbonUltra
commented
Dec 31, 2025
RibbonUltra
commented
PR Title
A Python-based GUI Flashcard application
Summary
I want to add a Python-based GUI Flashcard application that helps users study.
Description
- Learning Mode: Study new cards.
- Review Mode: Review cards based on optimal memory intervals.
- Persistence: Auto-saves progress to a local JSON file.
- GUI: Built with Tkinter.
Closes #523
Checks
in the repository
- Made no changes that degrades the functioning of the repository
- Gave each commit a better title (unlike updated README.md)
in the PR
- Followed the format of the pull_request_template
- Made the Pull Request in a small level (for the creator's wellfare)
- Tested the changes you made
Thank You,
RibbonUltra
Copy link
yooung1
commented
Jan 10, 2026
yooung1 commented
Jan 10, 2026Good project mate, I would suggest you to separate the UI and what the user will use, i'll be easier to mantain, you can create another file with the all the Tkinter and another class just for the user.
yooung1
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment