# Video to Audio Converter (PyQt5)
A simple desktop application built with **Python** and **PyQt5** to convert video files to various audio formats easily.


## Features
- Convert video files to audio formats like: `wav`, `aac`, `ogg`, `flac`, `m4a`, `wma`, `opus`.
- Clean and user-friendly GUI.
- Progress bar to show conversion status.
- Output filename and destination folder selection.
## ️ Technologies Used
- Python 3
- PyQt5
- moviepy (for media conversion)
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/EngFAI...
cd video-to-audio-converter
```
2. **Install dependencies:**
```bash
pip install -r requirements.txt
```
## ▶️ How to Use
1. Run the application:
```bash
python mp4_to_audio_PyQt5.py
```
2. Choose a video file using the **Browse** button.
3. Select the desired audio format from the dropdown list.
4. Set a filename and output folder.
5. Click **Convert** and wait for completion.
## Output
The converted audio file will be saved in the selected folder with the given filename and chosen format.
## ? Author
- **EngFAI** — [EngFAI](https://github.com/EngFAI)