Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
/ conjugate Public archive

Console tool to conjugate verbs in different languages

Notifications You must be signed in to change notification settings

infojunkie/conjugate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

conjugate

  • python conjugate.py -h
usage: conjugate.py [-h] language [verb] [mode] [tense] [person]

Conjugate verbs.

positional arguments:
  language    select the language [fr, pt, en, es, it]
  verb        optional or show list of tenses
  mode
  tense       use quotes if multiple words
  person      optional or show all persons

optional arguments:
  -h, --help  show this help message and exit
  • python conjugate.py fr
indicatif présent
indicatif passé composé
indicatif imparfait
[..]
  • python conjugate.py pt
indicativo presente
indicativo pretérito perfeito composto
indicativo pretérito imperfeito
[..]
  • python conjugate.py fr conjuguer indicatif present
je conjugue
tu conjugues
il conjugue
nous conjuguons
vous conjuguez
ils conjuguent
  • python conjugate.py pt conjugar indicativo presente nos
nós conjugamos

About

Console tool to conjugate verbs in different languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages