Skip to content

ZAYUVALYA/LinguaGenie

Repository files navigation

LinguaGenie

LinguaGenie Logo

LinguaGenie is a smart and interactive language translation tool designed to provide accurate translations with an editable output, allowing users to fine-tune translations based on personal preferences.

🚀 Current Status: Still under development!
📌 Latest Features: Editable translation output, synonym selection, and improved UI/UX.


🌟 Features

✔️ Editable Output – Click on translated words to modify them easily.
✔️ Synonym Suggestions – Choose alternative words from a list of synonyms.
✔️ Minimalist UI – Clean and user-friendly interface for easy navigation.
✔️ Cross-Platform Support – Works on both Windows and Linux.
✔️ Lightweight & Fast – Built for efficiency without compromising quality.


🖼️ Screenshots

Main Interface

LinguaGenie Main Interface

Translation Loading

LinguaGenie Loading

Editable Translation Mode

LinguaGenie Editor Mode

🛠️ Installation Guide

Windows Installation

  1. Open PowerShell and run:
    Invoke-WebRequest -Uri "https://raw.githubusercontent.com/ZAYUVALYA/LinguaGenie/main/INSTALL/install.ps1" -OutFile "$HOME\install.ps1"
  2. Execute the installer:
    Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
    .\install.ps1
  3. Once installed, open LinguaGenie from the desktop shortcut or run:
    python main.py

Linux Installation

  1. Open Terminal and run:
    wget -O "$HOME/install.sh" "https://raw.githubusercontent.com/ZAYUVALYA/LinguaGenie/main/INSTALL/install.sh"
  2. Make it executable and run:
    chmod +x "$HOME/install.sh"
    bash "$HOME/install.sh"
  3. Open LinguaGenie from the desktop shortcut or run:
    python3 main.py

📌 For full installation details, visit: INSTALL.md


📜 License

LinguaGenie is an open-source project. Contributions are welcome!


💖 Support & Donations

If you love LinguaGenie and want to support further development, consider donating!

🔹 Follow the project for updates! 🚀

About

LinguaGenie is a translation application powered by Python, utilizing LLM to provide natural and contextually accurate translations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors