Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bugemarvin/pdf_generator


https://github.com/bugemarvin/pdf_generator

Last synced: 10 days ago
JSON representation

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
```