From 14d938388128aae72f0f58ab2aa08ffc57d8915b Mon Sep 17 00:00:00 2001 From: Abhishek M J Date: Sat, 24 Aug 2024 21:50:31 +0530 Subject: [PATCH] Add running gui instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 94f4e1b..734f7dc 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,19 @@ If you click on "Private Playlist", you will be prompted to enter get your Youtu --- +## GUI + +Python3 is required to run the app. You can download it from [python.org](https://www.python.org/downloads/) for Windows. + +### Install Dependencies +```sh +pip install -r requirements.txt +``` + +### Run the App +```sh +python ytm2spt.py +``` ## CLI