Param302 / Md-to-pdf

Collaborative md to pdf development place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collaborative md to pdf development place


Languages

Language:CSS 86.5%Language:HTML 7.1%Language:Python 6.4%