https://github.com/eshaancoding/flashcards
https://github.com/eshaancoding/flashcards
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eshaancoding/flashcards
- Owner: Eshaancoding
- Created: 2021-08-09T19:20:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T14:02:53.000Z (over 4 years ago)
- Last Synced: 2025-03-16T00:12:18.000Z (12 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flashcard
See example: `example/example.txt`!
A replicate of quizlet but on the command line. Also it works offline! In order to create your own custom flashcards, put a .txt in this directory. In the .txt file. Put your question in one line. Then but the answer to that question in the next line. Put another question in the next line. Then put your answer of that question on the next line. Repeat. The number of lines that have text should be divisble by two (because each question should have an answer).
Also, if the first character of a line has #, then the python script will ignore that line and go on to the next
Enjoy! Let me know if you need any help! Contact me here: eshaanbarkataki@gmail.com.