- This tool for creating any README.md file of any opensource repository into pdf.
- 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
git clone https://github.com/Javets70/Md-to-pdf.git
- 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