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
- Host: GitHub
- URL: https://github.com/param302/md-to-pdf
- Owner: Param302
- Created: 2022-02-12T18:55:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T17:59:15.000Z (about 3 years ago)
- Last Synced: 2025-02-12T07:55:35.177Z (3 months ago)
- Language: CSS
- Size: 5.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```