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

https://github.com/param302/md-to-pdf

Collaborative md to pdf development place
https://github.com/param302/md-to-pdf

Last synced: about 2 months ago
JSON representation

Collaborative md to pdf development place

Awesome Lists containing this project

README

        

# Md-to-pdf
- This tool for creating any README.md file of any opensource repository into pdf.

## Basic logic
- This tool will create a pdf of any README.md file present in any repository publically
- The PDF fill be same as .md file.
- You just have to paste the link of README.md file from repository and just select the

## Clone this repository
```
git clone https://github.com/Javets70/Md-to-pdf.git
```

### Setup before run
- Create your virtual environment
```
python -m venv your_venv_name
```
- Activate virtual environment
```
file_path_to_your_venv\Scripts\activate
```
- Install required modules (via pip)
```
pip install -r requirements.txt
```