Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dionysuzx/tao-te-ching
https://github.com/dionysuzx/tao-te-ching
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dionysuzx/tao-te-ching
- Owner: dionysuzx
- Created: 2024-05-07T21:05:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:09:44.000Z (8 months ago)
- Last Synced: 2024-10-17T13:33:19.063Z (3 months ago)
- Language: Python
- Homepage: https://tao-thing.vercel.app
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is trying to present the Tao Te Ching in a way more readable to me, especially on mobile. This is for personal use only, not meant for any distribution. I did not write this translation at all it's just so I can read it more easily on my own.
## Python scripts
Some python scripts in here from chatGPT to try to get a nice json to work with.
- This uses a virtualenv: `python3 -m venv venv`.
- Init it with fish with `source venv/bin/activate.fish`.
- After that install what you need: `pip install requests beautifulsoup4`.
- Use `python script.py` to regenerate the `taoteching.json`.## Astro frontend
Astro project at `./tao-front`, to render the json into a page.