Metadata-Version: 2.1
Name: console-conjugator
Version: 0.1.4
Summary: Versatile command line conjugator for german
Home-page: https://github.com/Konjugators/console-conjugator
Author: Konjugators
Author-email: shynn.lawrence@gmail.com
License: UNKNOWN
Description: # Console Conjugator
        
        [![PyPi version](https://pypip.in/v/console-conjugator/badge.png)](https://pypi.org/project/console-conjugator/)
        [![Downloads](https://static.pepy.tech/personalized-badge/console-conjugator?period=total&units=international_system&left_color=brightgreen&right_color=yellow&left_text=PyPi%20Downloads)](https://pepy.tech/project/console-conjugator)
        [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
        ## 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. 
        
        
        # Installation
        
        ## Install with pip
        On Linux/Mac:
        
        ```bash
        $ pip3 install console-conjugator
        ```
        
        or Windows:
        ```cmd
        > pip install console-conjugator
        ```
        
        ## Install Script
        ```bash
        git clone https://github.com/Konjugators/console-conjugator.git && cd console-conjugator/bin
        sudo chmod +x install
        ./install
        ```
        
        #### Installation Video and Demo
        
        [![asciicast](https://asciinema.org/a/Utrqg35SNAcpJcVunii67ZN2g.svg)](https://asciinema.org/a/Utrqg35SNAcpJcVunii67ZN2g)
        
        
        # 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
        
        Just give the argument "c" (for "command line") and conjugate away:
        ```bash
        $ konjugier c machen er present
        er macht
        ```
        You can also create a table of conjugations:
        ```bash
        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):
        ```bash
        $ konjugier f
        ```
        Note: Fuzzy Finder is only availible on OS X and Linux distributions
        
        The character-set a^, o^, u^, and s^ will be formatted automatically to ä, ö, ü, and ß (for german) most of the time (full support added soon).
        
        ## RoadMap:
        - [ ] Fuzzy Finder Revamp: Select pronoun and tense in fzf format
        - [ ] French - finish
        - [ ] Spanish Conjugation
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: German
Classifier: Natural Language :: French
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Education
Classifier: Environment :: Console
Requires-Python: >=3.4
Description-Content-Type: text/markdown
