Skip to main content

Versatile command line conjugator for german

Project description

Console Conjugator

PyPi version Downloads made-with-python

About

Hallo!

Have you ever had trouble conjugating 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. See Usage for more information on how to use this tool.

Development Progress

French conjugation is underway, and will be added soon.

To install and use this project, see this quick terminal video: asciicast

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

The following tenses are supported (im Deutsch):

  • present
  • simple-past
  • present-perfect
  • past-perfect
  • future Coming Soon:
  • conditional (future II)

Just give the argument "c" (for "command line") and conjugate away:

$ konjugier c machen er present
er macht

You can also create a table of conjugations:

konjugier a machen alles

Replace "alles" with a specific tense, if wanted: alles will result in tables for all tenses. To use the fuzzy finder, simply give the argument "f" (Not fully supported):

$ konjugier f

Note: Fuzzy Finder is only availible on OS X and Linux distributions

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) most of the time (full support added soon).

Progress

Finished:

- Deutsch -

  • Create Deutsch Conjugation module
    • [ ] Add Futur II support
  • Create CLI interface
  • Connect CLI with Deutsch Conjugation
  • Fuzzy Finder for Deutsch
  • Add optional arguments to access both conjugation and fuzzy finder from CLI
    • [X] Revamp Optional Arguments with Conditional Arguments
  • Latest version PyPi Upload

Work in Progress:

- Français -

  • Create French Conjugation module
  • Create CLI for Spanish
  • Connect CLI with French Conjugation
  • Fuzzy Finder for French (same across modules)
  • PyPi Upload

- Española -

  • Create Spanish Conjugation module
  • Create CLI for Spanish
  • Connect CLI with Spanish Conjugation
  • Fuzzy Finder for Spanish (same across modules)
  • PyPi Upload

RoadMap (Further):

  • Fuzzy Finder Revamp: Select pronoun and tense in fzf format
  • Create German Dictionary csv (Deutsch -> Englisch)
    • [ ] Corresponding CommandLine interface
  • French Dictionary (Français -> l'anglais)
  • Spanish Dictionary (Española -> ingles)

Alternatives:

See our Conjugation app (coming to Google Play Store) or our Java Swing application for different conjugating methods!

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

Uploaded Source

Built Distributions

console_conjugator-0.1.3-py3.7.egg (1.4 MB view hashes)

Uploaded Source

console_conjugator-0.1.3-py3-none-any.whl (858.3 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