Skip to content

unkn0wn-root/dptranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPtranslate

DPtranslate is a command-line interface (CLI) tool for translating text using DeepL.

Prerequisites

Before using DPtranslate, ensure that you have Go installed on your system.

Installation

To compile, follow these steps:

  1. Clone this repository to your local machine.

  2. Navigate to the project directory.

  3. Run the following command to compile DPtranslate:

    go build -o dpcli .
    

Getting Started

Once you have compiled DPtranslate, you can start using it by following these steps:

  1. Run the following command to get started:

    dpcli -h
    

This will display the help menu and provide you with information on how to use DPtranslate.

Usage

To translate text using DPtranslate, you can use the following command:

dpcli [OPTIONS] TEXT

Releases

No releases published

Packages

No packages published

Languages