Skip to content

VoxelCubes/DeepQt

Repository files navigation

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)