Add epub support

This commit is contained in:
2024-03-08 17:08:58 +08:00
parent f61a2af57d
commit 9cfb73759b
8 changed files with 433 additions and 1 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Setup
## Termux
```shell
pkg install git libxml2 libxslt python ffmpeg
git clone https://github.com/lifegpc/cwm_export
cd cwm_export
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```