Welcome to A1-Tool, a powerful, user-friendly web application that brings together a variety of tools to edit, convert, and create media files all in one place!
- Merge Videos: Combine multiple video files into one.
- Extract Audio: Convert video files into audio (MP3, WAV).
- Screen Recorder: Record your screen directly from the browser.
- Trim Audio: Cut and save specific sections of audio.
- Merge Audio: Combine multiple audio files.
- Voice Recorder: Record audio from your microphone.
- Reverse Audio: Play audio in reverse.
- Split Pages: Extract specific pages from a PDF.
- Merge PDF: Combine multiple PDFs into one.
- PDF to Word: Convert PDFs to editable Word documents.
- Word to PDF: Convert Word documents to PDF.
- Image to PDF: Convert images to a single PDF.
- Compress to ZIP: Compress files into a ZIP archive.
- Download Video: Download videos from supported URLs.
- Download Audio: Download audio tracks from supported URLs.
- Frontend: HTML, CSS (with Flask templating)
- Backend: Python (Flask)
- Additional Libraries: PyPDF2, moviepy, yt_dlp, etc.
-
Clone the repository
git clone https://github.com/Sanjaydk357/A1-Tool.git cd A1-Tool pip install -r requirements.txt python app.py -
📁 Project Structure
A1-Tool/ │ ├── static/ ├── templates/ ├── tools/ ├── app.py ├── requirements.txt └── README.md