Requires Python 3.7, jinja2
pip install -r requirements.txt
Edit the flashcard data in 'cards_data.txt' and run:
python flashcards.py
the flashcards will be generated in the 'html' folder and your browser will open this file automatically.
You can edit additional settings in flashcards.py
Install the requirements as listed above and run the file directly.
python flashcards.py
- 0.0.1
- First release, work in progress
Sam H. – @shuff_co – [email protected]
- Fork it (https://github.com/syfenx/Quick-Flash-Cards/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request