Skip to content

Collaborative md to pdf development place

Notifications You must be signed in to change notification settings

AnantLuthra/Md-to-pdf

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 86.5%
  • HTML 7.1%
  • Python 6.4%