FlashCard.App

๐Ÿ“š Python Flashcard Quiz App

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.

โœจ Features

The application provides a comprehensive solution for managing and reviewing flashcards:

๐Ÿ’ป Tech Stack

๐Ÿš€ Installation and Setup

Prerequisites

You need Python 3.x installed on your system.

Steps

  1. Clone the Repository:
    git clone [https://github.com/YourUsername/RepoName.git](https://github.com/YourUsername/RepoName.git)
    cd RepoName
    
  2. Install Dependencies:
    pip install customtkinter
    

    (Note: This project does not require the pandas or numpy libraries seen in some terminal outputs).

  3. Run the Application:
    python main_app.py
    

Completed as part of the Code Alpha Virtual Internship Program.