Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
* ffmpeg

Instalation

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)