Skip to content

Commit

Permalink
Add running gui instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Aug 24, 2024
1 parent 43b98c3 commit 14d9383
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14d9383

Please sign in to comment.