An open-source desktop application built with PySide6 that allows users to convert YouTube links into various media formats such as MP3, MP4, and more.
- 🎧 Convert YouTube videos to audio (MP3)
- 🎥 Download full video in various formats (MP4)
- 📦 Cross-platform: works on Windows, macOS, and Linux
- ⚡ Fast & lightweight interface with PySide6
- 🧩 Modular architecture using MVC + Dependency Injection
git clone https://github.com/AmbitiousFlow/Dandilion.git
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python main.py
The app will open a desktop window with the GUI interface.
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit your changes (
git commit -m 'Add feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.
- Inspired by open-source media tools
- Powered by free and open technology