/flash_cards_python

Primary LanguagePythonMIT LicenseMIT

Flash Cards

A simple flash cards application written in Python.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/NeilTheSeal/flash_cards_python.git
    cd flash_cards_python
  2. (Optional) Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt

Testing

To run the test suite, run pytest from the virtual environment:

pytest

Usage

Run the main script to start the flash cards application:

python3 main.py

License

This project is licensed under the MIT License. See the LICENSE file for details.