YT_DESK is a Flutter application designed for downloading videos and audio from various social media platforms. The app provides an easy-to-use GUI and ensures that all necessary dependencies, such as Python and yt-dlp, are installed automatically.
- Simple GUI: User-friendly interface for downloading videos and audio from social media platforms.
- Automatic Dependency Management: Checks for Python installation and installs it if missing.
- yt-dlp Management: Automatically checks for the yt-dlp package after Python installation and installs it if required.
- Password Prompt Handling: Seamless handling of sudo password prompts during installation.
git clone https://github.com/adityakumar-dev/YT_DESK
cd YT_DESK
flutter pub get
flutter run