Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joaoemanuell/dmyk

Download Music YouTube Kivy
https://github.com/joaoemanuell/dmyk

Last synced: about 1 month ago
JSON representation

Download Music YouTube Kivy

Awesome Lists containing this project

README

        

# Depreciated

Go to [new version](https://github.com/JoaoEmanuell/dmyrn)

---

- [dmyk](#dmyk)
- [Starting](#starting)
- [Virtual environment](#virtual-environment)
- [Settings](#settings)

[English](README.md) | [Português Brasil](./docs/README-br.md)

# dmyk
Download Music YouTube Kivy [dmyk] is a project to download music and videos
from YouTube, using pytube lib and kivy.

[Download](https://joaoemanuell.github.io/dmyk/html/download.html)

# Starting

## Virtual environment

**Note:** The project defaults to **python3.11.1**, so it is
desirable to use it.

Windows :

python -m venv .

.\Scripts\activate.bat

Linux | Mac :

python3 -m venv .

source ./bin/activate

# Settings

After creating and activating the virtual environment, run *_setup_local.py*, it
will move packages to avoid errors, as well as installing Kivy to the
python3.11 (since it has an installation error via pip), if
have some error and install the requirements.txt

If you want to install dependencies manually:

pip install Cython==0.29.32 Kivy==2.1.0
pip install -r requirements.txt