Aplicación Desktop (.exe) hecha con Python utilizando librerias como Kivy, Pytube y ffmpeg.
¿Como hacer el build? (se requiere tener Python instalado)
- Clonar el repo.
- Instalar dependencias.
pip install -r requirements.txt
- Ejecutar aplicación.
py main.py
- Hacer el build del ejecutable.
pyinstaller --onefile main.py