Skip to content

A Python-based translator program provides audio and text-based translations, subtitles translations for videos, and other features!

Notifications You must be signed in to change notification settings

Ahmed5431/Verbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verbo

Features

  • 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).

Screenshots

Home window

image

File translation window

image (1)

Image translation window

image (2)

Audio/Video translation window

image (3)

History window

image (4)

Installation Guide

For Windows:

Download the exe from the latest 1.1.0, or install it from the source code:

  1. Install python and git and add them to the path
  2. Download ffmpeg and add it to the path or put ffmpeg.exe in the same folder as the script
  3. Git-clone this repo & change directory
  4. git clone https://github.com/Ahmed5431/Verbo
    cd Verbo
    
  5. Install modules using pip
  6. pip install -r requirements.txt
    
  7. Run the .py file!
  8. py main.py
    

For Linux:

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:

  1. 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
    
  2. Git-clone this repo & change directory
    git clone https://github.com/Ahmed5431/Verbo.git
    cd Verbo
    
  3. Install modules using pip
    python3 main.py
    

About

A Python-based translator program provides audio and text-based translations, subtitles translations for videos, and other features!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages