Skip to content

nshahGrid/AudioConverterPlus

Repository files navigation

M4A to MP3 Converter

A web-based M4A to MP3 converter with a user-friendly interface built with Flask.

Features

  • Drag and drop file upload
  • Convert M4A files to MP3 format
  • Progress indicator during conversion
  • Automatic download after conversion
  • Dark theme UI
  • Responsive design

Requirements

  • Python 3.11+
  • FFmpeg
  • Flask
  • Other dependencies listed in pyproject.toml

Local Development

  1. Clone the repository
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python main.py
  4. Access the application at http://localhost:5000

Connecting to GitHub

  1. Create a new repository on GitHub:

    • Go to github.com
    • Click "New repository"
    • Name your repository
    • Do not initialize with README, .gitignore, or license
  2. 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

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published