Giter Club home page Giter Club logo

flash-card's Introduction

Flash Card - French to English Trainer

This Python project helps you learn French vocabulary with a user-friendly flashcard application built using Tkinter. It displays a French word on the front side and automatically flips to its English translation after a few seconds.

Features:

  • Automatic Card Flipping: Configurable delay for automatic transition from French to English.
  • Interactive Learning:
    • Right Button: Click to remove the current word from the deck and move on if you know it.
    • Wrong Button: Click to see the English translation and continue with the current word if unsure.
  • Data Source: Utilizes a CSV file containing French words and their English translations.

Screenshots:

Front Card Image: Front Image

Back Card Image: Back Image

Requirements:

  • Python 3 (with Tkinter library included)

Installation:

  1. Clone this repository:

    git clone [https://github.com/your-username/flashcard.git](https://github.com/your-username/flashcard.git)
  2. Run the main script:

     python main.py

    Usage:

  • Ensure you have a CSV file named french_words.csv in the project directory. The CSV file should have two columns:

    • French Word (first column)
    • English Translation (second column)

Customization:

  • Delay: Modify the flip_delay variable (in seconds) in flash_card.py to adjust the automatic card flip timing.
  • Vocabulary Set: Update the french_words.csv with your desired vocabulary.

Example CSV File:

Code snippet

French,English
partie,part
histoire,history
chercher,search
seulement,only
police,police
pensais,thought
aide,help
demande,request
genre,kind

Additional Notes:

  • Consider adding features like:
    • Progress tracking
    • Synonym/antonym display
    • Scoring system
  • Implement error handling for missing CSV files or invalid data formats.
  • Write unit tests for code robustness and maintainability.

This project provides a foundation for learning and practicing French vocabulary. Feel free to explore and enhance it further!

flash-card's People

Contributors

mudassir-a 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.