Skip to main content

Versatile German command line conjugator

Project description

Console Conjugator

About

Hallo!

Have you ever had trouble conjguating your verbs? Forgot "machen" in present-perfect, or maybe "tun" for the pronoun "ihr"? This project may be useful to you! We can help you conjugate almost all of the german standard verbs.

As of now, the following tenses are supported (in german):

  1. Future (Zukunft)
  2. present (Präsens)
  3. present-perfect (Perfekt)
  4. simple-past (Präteritum)
  5. past-perfect (Plusquamperfekt)

Install with pip

On Linux:

$ pip3 install console-conjugator

or Windows:

> pip install console-conjugator

Usage

After installation, you can use the cli interface in most terminals and scripts:

$ konjugier machen er present
er macht

You can also use the conjugation module in python scripts:

from Deutschconjugation import conjugator

# Follows format verb-pronoun-tense
conjugator.conjugate("spielen", "er", "present-perfect")
>>> hat gespielt

The character-set a*, o*, u*, and s* will be formatted automatically to ä, ö, ü, and ß (for german).

A French Module will be soon added to this package.

Official Fuzzy Finder support to be added soon.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

console-conjugator-0.1.2.tar.gz (862.0 kB view hashes)

Uploaded Source

Built Distribution

console_conjugator-0.1.2-py3-none-any.whl (867.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page