⚠️ DISCLAIMER: Project Still under construction
- Media downloader helps you download files in your preferred format from platforms like youtube ,vimeo.
- This project was created to help me learn how to use flet and get started with simple python automation scripts 🦾.
- youtube video download 🎥.
- youtube audio download 👂🏿.
- cropped youtube video download ✂️.
- cropped youtube audio download 🎼 .
- youtube playlist download 📃.
- youtube audio playlist download 🎶.
- Save Download history ⬇️. (save, clear and delete)
- Interactive GUI powered by flet 🐤.
-
Commands to run application after project setup ;
python ./src/main.py
or
# On Linux or Mac ./run_app.sh # On Windows ./run_app_wn.bat
-
Useful links, ariticles & resources used in the making of this project
- Flet
- youtube_dl
- linters (black, isort, flake8)