Skip to content

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.

Notifications You must be signed in to change notification settings

bugemarvin/pdf_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
git clone https://github.com/bugemarvin/pdf_generator.git
  1. Change the directory to the cloned repository:
cd pdf_generator
  1. To install the virtual environment, run the following command:
python3 -m venv venv
  1. To install the required dependencies, run the following command:
pip install -r requirements.txt

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages