https://github.com/makersfunduck/e-flashcards
This is the code for e-flash cards, and it is suitable for any arduino board with an OLED screen.
https://github.com/makersfunduck/e-flashcards
Last synced: 10 months ago
JSON representation
This is the code for e-flash cards, and it is suitable for any arduino board with an OLED screen.
- Host: GitHub
- URL: https://github.com/makersfunduck/e-flashcards
- Owner: MakersFunDuck
- License: gpl-3.0
- Created: 2022-11-05T13:45:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T22:16:33.000Z (over 3 years ago)
- Last Synced: 2025-05-16T13:11:29.690Z (about 1 year ago)
- Language: Python
- Size: 218 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e-flashcards
This is the code for e-flash cards, and it is suitable for any arduino board with an OLED screen.
It converts input.csv files to array for an arduino board, and it prints the meaning & phonetics of a word randomly from the csv file.
U8g2 library is used as a dependency, and it can be downloaded from Arduino library.
To update a code, simply, start e-flashcards.py, and it will create an arduino code, using the input.csv. Then open the upload.ino file with the Arduino IDE, and upload the code.