Add a short description here!
Project description
Conjugator
A conjugator for spanish verbs. You have to provide a spanish verb and the type of the desired conjugation.
Description
Installation:
pip install conjugator
Example usage:
>>> from conjugator.spanish import conjugate
>>> conjugate("buscar", "Indicative")
Person Present Preterite Imperfect Conditional Future
0 yo busco busqué buscaba buscaría buscaré
1 tú buscas buscaste buscabas buscarías buscarás
2 él/ella/Ud. busca buscó buscaba buscaría buscará
3 nosotros buscamos buscamos buscábamos buscaríamos buscaremos
4 vosotros buscáis buscasteis buscabais buscaríais buscaréis
5 ellos/ellas/Uds. buscan buscaron buscaban buscarían buscarán
The following types are supported:
'Indicative',
'Subjunctive',
'Imperative',
'Continuous (Progressive)',
'Perfect',
'Perfect Subjunctive'
The conjugate-method returns a pandas DataFrame object.
Example:
>>> df = conjugate("bailar", "Subjunctive")
>>> df[["Person", "Present"]]
Person Present
0 yo baile
1 tú bailes
2 él/ella/Ud. baile
3 nosotros bailemos
4 vosotros bailéis
5 ellos/ellas/Uds. bailen
For further reference read: https://pandas.pydata.org/pandas-docs/stable/getting_started/comparison/comparison_with_sql.html
Note
This project has been set up using PyScaffold 3.2.3. For details and usage information on PyScaffold see https://pyscaffold.org/.
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
conjugator-1.1.3.tar.gz
(13.9 kB
view details)
File details
Details for the file conjugator-1.1.3.tar.gz
.
File metadata
- Download URL: conjugator-1.1.3.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e590aac6fc895f2db3ee29d525a9dec7d64482647395691c232a16a5d3a3c3d |
|
MD5 | 4da59b276c95ac5cb404e784a777419e |
|
BLAKE2b-256 | 25700a5dccf3e57d9cd0ffb1ed99ecad508cbbd0ab567d92edc70f5358de5164 |