GithubHelp home page GithubHelp logo

j-breedlove / flashy Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 98 KB

Flashy: A tkinter-based flashcard app to learn French words and their English translations. Flip, learn, and remove cards.

Python 100.00%

flashy's Introduction

Flashy - Language Learning App

Flashy is a simple language learning app using Tkinter in Python. It helps users learn new French words by displaying flashcards that show the French word and its English translation. Users can choose to remove words from the list if they feel confident they've learned them. python_flash_card_screenshot.png

Features

  • Displays French words on flashcards
  • Flips cards to show English translations after 3 seconds
  • Allows users to remove learned words from the list
  • Saves progress by storing words to learn in a separate CSV file

Installation

  1. Clone the repository or download the code as a ZIP file.
git clone https://github.com/j-breedlove/flashy.git
  1. Navigate to the project directory.
cd flashy
  1. Install the required dependencies, pandas and tkinter.
pip install pandas
  1. Run the main.py file to start the application.
python main.py

Usage

  1. When the application starts, a flashcard will appear showing a French word.
  2. After 3 seconds, the card will flip, revealing the English translation.
  3. If you feel confident that you've learned the word, click the "wrong" button (red cross) to remove the word from the list.
  4. Click the "right" button (green checkmark) to move on to the next word without removing it from the list.
  5. The application saves your progress in a words_to_learn.csv file, and the next time you run the app, it will only show words you still need to learn.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

flashy's People

Contributors

j-breedlove avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.