VoxelCubes / DeepQt

DeepL API front-end using Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepQt

License: GPL v3 PyPI version AUR version Code style: black

Harness the power of the DeepL API with this friendly user interface.

Features

  • Batch processing.

  • Higher-level glossaries. How do they work? Apply replacements even without translating any of the text.

  • Support for plain text and epub files.

Requires

  • A DeepL API license, either free or pro. How do I get this?

  • A Python installation, version 3.10 or higher. On Linux you will probably already have this installed. On Windows, you will likely need to set it up. Download Python | Python.org or use your package manager (apt, pacman, dnf, chocolatey, winget etc.)

Installation

Download the latest release from PyPI.

pip install deepqt

Or on Linux you can comfortably install it from Flathub allowing you to launch it without the terminal.

Or on Arch Linux (and derivatives) via the AUR.

yay -S deepqt

Run it with deepqt from the terminal if installed with pip, or like any other application if installed another way.

Or download a prepackaged format from the releases page:

  • .whl (Manual pip installation)
  • .elf (Linux)
  • .exe (Windows)

About

DeepL API front-end using Qt

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Makefile 0.4%Language:Batchfile 0.0%