Skip to main content

Deutsch command line conjugator

Project description

Console Conjugator

Hallo und guten Tag!

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. To install this project, python is required.

On Linux:

pip3 install console-conjugator

or Windows:

pip install console-conjugator

After installation, you can use the cli interface as such:

konjugier machen er present
konjugier tun er present-perfect

And that's all there is to it! As of now, the following tenses are supported:

  1. present
  2. present-perfect
  3. imperative
  4. partizip1

To test out your new install in a python file/REPL, import the following:

from Deutschconjugation import conjugator

Then you can use it simply as such:

conjugator.format("heis*en")
[0] heißen

This formats a*, o*, u*, and s* as ä, ö, ü, ß. Might be useful for those lacking a german keyboard layout. To conjugate verbs, you can simply use the conjugate interface:

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

If the method is not given the tense argument, it is assumed to be present.

Thank you for checking out our project, and have a good day! -Shynn Lawrence, Govind Gnanakumar

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.0.7.tar.gz (164.7 kB view hashes)

Uploaded Source

Built Distribution

console_conjugator-0.0.7-py3-none-any.whl (177.1 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