https://github.com/alejandrorm-dev/flashcards-python
When learning a new language, it can be hard to remember all the new vocabulary, which is exactly where flashcards can help. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create a useful tool to help your learning...
https://github.com/alejandrorm-dev/flashcards-python
Last synced: 16 days ago
JSON representation
When learning a new language, it can be hard to remember all the new vocabulary, which is exactly where flashcards can help. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create a useful tool to help your learning...
- Host: GitHub
- URL: https://github.com/alejandrorm-dev/flashcards-python
- Owner: AlejandroRM-DEV
- Created: 2023-07-30T05:33:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T15:53:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T14:28:02.615Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashcards-Python
When learning a new language, it can be hard to remember all the new vocabulary, which is exactly where flashcards can help. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create a useful tool to help your learning and your programming skills, this project is for you.