Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 749 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 749 Bytes

python-to-markdown

How to run?

  • Linux Users Click here to get instructions run the program.

Windows Users:

  • Create a virtual environment using py -m venv venv, where the second venv is the name of the virtual environment
  • Activate the virtual environment using venv\Scripts\activate
  • Import all the packages as per requirements.txt (Run py -m pip install -r requirements.txt in Terminal)

Description:
This piece of code let us iterate through the playlist in youtube to track down the title and respective URLs. It also prints out the formatting or say template. In a way which can be copied to github as in markdown language for tabular display.