https://github.com/sparky4567/holocron
Holocron - a python project which purpose is to read aloud .txt files from files directory
https://github.com/sparky4567/holocron
holocron python readaloud txtreader uv
Last synced: 5 days ago
JSON representation
Holocron - a python project which purpose is to read aloud .txt files from files directory
- Host: GitHub
- URL: https://github.com/sparky4567/holocron
- Owner: Sparky4567
- License: gpl-3.0
- Created: 2026-02-17T10:55:44.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-02-26T13:02:03.000Z (5 months ago)
- Last Synced: 2026-02-26T19:45:48.456Z (5 months ago)
- Topics: holocron, python, readaloud, txtreader, uv
- Language: Python
- Homepage: https://github.com/Sparky4567/holocron
- Size: 54.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# How to run the project?
- Install uv package from astral uv (if you don't have it)
https://docs.astral.sh/uv/
- git clone repo
- Wait a few seconds for download to finish
- cd into repo
- remove .git directory to stop receiving code updates (or if you want to spin your own)
- Run uv run main.py within the project folder
## How to enter listenning mode?
- Type in 1
- Press Enter
## How to enter creation mode?
- Type in 2
- Write the content, use line breaks by pressing enter
- Type in eof and press enter to save
## How to quit app?
- Type in 3
- Press Enter