Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.48 KB

File metadata and controls

46 lines (34 loc) · 1.48 KB

Dymo CLI

Dymo API right in your terminal.

GitHub Kofi

Quickstart   •   Discord

Using Dymo API from your terminal has never been easier!

Use

Step 1: Install dependencies

You can install all dependencies from a requirements file hosted online:

$ pip install -r https://raw.githubusercontent.com/TPEOficial/dymo-cli/main/requirements.txt

We install the package with the Python installer:

$ pip install dymo-cli

That's it! You can now use the CLI in either of these two ways!

$ dymo-cli

# or

$ dymo-cli <input>

License

The founder of the project, TPEOficial, reserves the right to modify the license at any time. This project is licensed under the terms of the GNU Affero General Public License.

Back to top 🔼