https://github.com/bugemarvin/pdf_generator
PDF Generator is a simple Python script that generates a PDF file from a markdown file. It uses the reportlab library to generate the PDF file.
https://github.com/bugemarvin/pdf_generator
bytesio python3 reportlab
Last synced: 6 months ago
JSON representation
PDF Generator is a simple Python script that generates a PDF file from a markdown file. It uses the reportlab library to generate the PDF file.
- Host: GitHub
- URL: https://github.com/bugemarvin/pdf_generator
- Owner: bugemarvin
- Created: 2024-08-13T13:44:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:33:02.000Z (about 1 year ago)
- Last Synced: 2025-02-10T15:24:34.765Z (8 months ago)
- Topics: bytesio, python3, reportlab
- Language: Python
- Homepage:
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Generator
PDF Generator is a simple Python script that generates a PDF file from a markdown file. It uses the `reportlab` library to generate the PDF file.
## Installation
1. To clone the repository, run the following command:
```bash
git clone https://github.com/bugemarvin/pdf_generator.git
```
2. Change the directory to the cloned repository:```bash
cd pdf_generator
```
3. To install the virtual environment, run the following command:```bash
python3 -m venv venv
```
4. To install the required dependencies, run the following command:```bash
pip install -r requirements.txt
```