Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billstephens2022/flash-cards-python
This is a Flash Card app built with Python using the tkinter module for the UI. It randomly chooses from a list of French words and after 3 seconds will flip to the opposite side of the card to show the English translation. The user can let the app know when a word is known, so it removes it from the list of words to learn.
https://github.com/billstephens2022/flash-cards-python
python python-tkinter python-tkinter-application python3 tkinter tkinter-python
Last synced: 26 days ago
JSON representation
This is a Flash Card app built with Python using the tkinter module for the UI. It randomly chooses from a list of French words and after 3 seconds will flip to the opposite side of the card to show the English translation. The user can let the app know when a word is known, so it removes it from the list of words to learn.
- Host: GitHub
- URL: https://github.com/billstephens2022/flash-cards-python
- Owner: BillStephens2022
- License: mit
- Created: 2023-04-05T14:38:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T16:28:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T12:06:39.345Z (2 months ago)
- Topics: python, python-tkinter, python-tkinter-application, python3, tkinter, tkinter-python
- Language: Python
- Homepage:
- Size: 393 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flash Cards
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)## Description
This is a Flash Card app built with Python using the tkinter module for the UI. It randomly chooses from a list of French words and after 3 seconds will flip to the opposite side of the card to show the English translation. The user can let the app know when a word is known, so it removes it from the list of words to learn.
Screenshot of Side 1 of a Flashcard (French Word):
![screenshot1](screenshot1.png)
Screenshot of Side 2 of a Flashcard (English Translation):
![screenshot1](screenshot2.png)## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py from the terminal
## Usage
click green checkmark when a word is known to remove it from this of words to learn. click the red x if you want to keep it in the list of words to learn so that it pops up again.## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]