Metadata-Version: 2.1
Name: verb-conjugator
Version: 0.0.3
Summary: A tool to practice verb conjugations in french and spanish
Project-URL: Homepage, https://github.com/theonlysam/verb-conjugator
Project-URL: Bug Tracker, https://github.com/theonlysam/verb-conjugator/issues
Author-email: Marc Smith <theonlymarcsmith@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: verbecc==1.8.1
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# verb-conjugator
verb-conjugator is a commandline tool to help users practice / learn to conjugate french and spanish verbs

### Features
Users can:
1. View the conjugations for a selected verb
2. Practice (via a quiz) the different conjugations for a selected verb
3. Practice randomly selected verb conjugations from a list of common verbs for each language in the indicative mood

For features 1 and 2 users can select the mood (indicative, subjunctive etc) as well as the tense (present, imperfect, future etc)

### How to run verb-conjugator
```
$ pip install verb-conjugator
$ conjugator
```

### Usage
```
Select an option:
1 - Display verb conjugation 
2 - Single verb quiz
3 - Common verbs quiz
4 - Exit
```

### License
MIT

### Credits
This application uses the [verbecc](https://github.com/bretttolbert/verbecc) python library and was developed as part of the [Python Developer Mindset (PDM)](https://pybit.es/catalogue/the-pdm-program/) program.