This project allows users to generate .m3u playlists from .txt files containing video URLs.
It provides a simple GUI where users can drag & drop files, and download or delete generated .m3u files.
Happy Streaming!😁
- Go to the Releases page
- Download the latest
.exefile - Run the
.exeand start using the app immediately - Drag & drop
.txtfiles to generate playlists
- Clone the repository:
git clone https://github.com/VishnuVardhan-T/M3U-Playlist-Generator.git
cd M3U-Playlist-Generator- Install dependencies (requires Python 3.9+):
pip install -r requirements.txt- Run the application
python m3u_playlist_gen.py- Or Build the executable file by running build.py
python build.py- After building, the executable will be available in the dist/ folder.
This project is licensed under the MIT License. See the LICENSE file for details.
