Project Status: Completed (Code Alpha Virtual Internship - Task 1)
This project is a desktop Flashcard Quiz application designed for studying, built using Python and the modern GUI library, customtkinter. It fulfills the requirements for Code Alphaโs App Development Internship Task 1.
The application provides a comprehensive solution for managing and reviewing flashcards:
flashcards.json) using a custom json_handler.py module.customtkinter (for modern look and themes)jsontkinter (used specifically for the Listbox in the manager window)You need Python 3.x installed on your system.
git clone [https://github.com/YourUsername/RepoName.git](https://github.com/YourUsername/RepoName.git)
cd RepoName
pip install customtkinter
(Note: This project does not require the pandas or numpy libraries seen in some terminal outputs).
python main_app.py
Completed as part of the Code Alpha Virtual Internship Program.