PDF converter written in Python 3.11.3
git clone https://github.com/tiIt-dev/PDFtoAudio
cd PDFtoAudio
poetry install # or use command: pip3 install -r requirements.txt
Place your .pdf files into data/pdf directory
Run python main.py.
Run docker build -t my_app ..
-
This project uses convenient logging from loguru
-
This project uses dataclasses for ease of use.
-
This project has a test unit
Contributions are what make the open source community an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Clone your fork
git clone https://github.com/tiIt-dev/TiltBot.git - Create your feature branch
git checkout -b AmazingFeature - Stage changes
git add . - Commit your changes
git commit -m 'Added some AmazingFeature' - Push to the branch
git push origin AmazingFeature - Submit a pull request
Released with ❤️ by Tilt.
