Skip to content

This piece of code let us iterate through the playlist in youtube to track down the title and respective URLs.

Notifications You must be signed in to change notification settings

adarsh2858/python-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

This piece of code let us iterate through the playlist in youtube to track down the title and respective URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages