A web-based M4A to MP3 converter with a user-friendly interface built with Flask.
- Drag and drop file upload
- Convert M4A files to MP3 format
- Progress indicator during conversion
- Automatic download after conversion
- Dark theme UI
- Responsive design
- Python 3.11+
- FFmpeg
- Flask
- Other dependencies listed in pyproject.toml
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Access the application at
http://localhost:5000
-
Create a new repository on GitHub:
- Go to github.com
- Click "New repository"
- Name your repository
- Do not initialize with README, .gitignore, or license
-
Connect your local repository:
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git git branch -M main git push -u origin main
MIT License