- An efficient translation app created using Python with multiple features.
- Developed by Ahmed Ibrahim & Mohamed Ayman
- Easy translate audio files, subtitles and videos audio to text.
- Supports image translation.
- Keep track of all the words and phrases you've translated with a simple history.
- Modern and easy-to-use Interface
- Customize your app theme.
- Supports multiple file formats (txt, wav, mp3, mp4, srt, jpg, png).
Download the exe from the latest 1.1.0, or install it from the source code:
- Install python and git and add them to the path
- Download ffmpeg and add it to the path or put ffmpeg.exe in the same folder as the script
- Git-clone this repo & change directory
- Install modules using pip
- Run the .py file!
git clone https://github.com/Ahmed5431/Verbo
cd Verbo
pip install -r requirements.txt
py main.py
Download the executable file for linux from the latest 1.1.0 (and run sudo apt install ffmpeg
in the terminal for audio/video translation support), or install it from the source code:
- Install the following packages:
apt install python3 -y apt install python3-pip -y sudo apt-get install python3-tk sudo apt install git-all sudo apt install ffmpeg
- Git-clone this repo & change directory
git clone https://github.com/Ahmed5431/Verbo.git cd Verbo
-
Install modules using pip
python3 main.py