Skip to content

DatCodeMania/Transliteratron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transliteratron

This is a Python GTK3 application that transliterates text using a remote LLM API. This was created merely for educational purposes and can be unreliable.

Features

  • Transliterates text.
  • Simple and intuitive GUI using GTK3.

Prerequisites

  • Python3
  • Linux system.
  • GTK3 toolkit installed on your system.
  • Access to an LLM API - for local LLMs feel free to make a PR to add support.

Usage

git clone https://github.com/DatCodeMania/Transliteratron.git
cd Transliteratron
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py

Example

Example

Transliteratron does not include colored borders, that is from LinuxSSTool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages