Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joaoemanuell/dmyk
- Owner: JoaoEmanuell
- License: mit
- Created: 2022-11-26T13:09:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T14:19:31.000Z (12 months ago)
- Last Synced: 2024-01-27T15:31:09.179Z (12 months ago)
- Language: Python
- Size: 292 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.txtIf you want to install dependencies manually:
pip install Cython==0.29.32 Kivy==2.1.0
pip install -r requirements.txt