Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szymonstanek/ncurses-gui-scdl
TUI/GUI suite for scdl
https://github.com/szymonstanek/ncurses-gui-scdl
python3 scdl soundcloud
Last synced: 27 days ago
JSON representation
TUI/GUI suite for scdl
- Host: GitHub
- URL: https://github.com/szymonstanek/ncurses-gui-scdl
- Owner: szymonstanek
- Created: 2023-07-23T09:51:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T16:14:20.000Z (6 months ago)
- Last Synced: 2024-09-27T11:43:02.214Z (about 1 month ago)
- Topics: python3, scdl, soundcloud
- Language: Python
- Homepage:
- Size: 26.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ncurses for scdl
![](demo.gif)
Description
This is a small project with aim of making GUI-like interface for scdl Soundcloud downloader with ncourses.Dependencies
* [python3](https://www.python.org/downloads/)
* [scdl](https://github.com/flyingrub/scdl)
* ffmpegInstalation
Windows
`pip3 install scdl`
Then download ffmpeg and extract it at `C:\Program Files\ffmpeg\`
Remember to add enviorment variables in advanced Windows settings.![](linked_var.PNG)
macos / Linux
`pip3 install scdl`
Installs ffmpeg automatically.
Use
Just navigate to this repo folder end run`python3 ncurses-gui-scdl.py`
Credits
[flyingrub](https://github.com/flyingrub)