Get all language characters for some european languages
Project description
languagestring
To use:
from languagestring import languagestring
ls = languagestring()
# get czech characters
ls.language_string('cz',case='lowercase')
'áčďéěíňóřšťúůýž'
Working Languages:
{ "se" : "swedish", "fr" : "french", "de" : "german", "nl" : "dutch", "es" : "spanish", "pt" : "portuguese", "pl" : "polish", "cz" : "czech", "it" : "italian" }
Methods:
`language_string` - returns a string of the language characters.
`language_array` - returns a list of the language characters.
`alt_codes` - returns a list of the language alt codes.
`description` - returns a list of the language description.
Arguments:
`case` is defaulted to all which returns lowercase, uppercase, and other characters.
`language` is the two letter iso that is the working language.
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
File details
Details for the file languagestring-0.0.7.tar.gz.
File metadata
- Download URL: languagestring-0.0.7.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.48.0 importlib-metadata/4.11.3 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b5545f759036a1e7c2ec0f2c6d3613365f3fca82b72d82ad0bee1e198c6741
|
|
| MD5 |
25e6efa25a32ec4a642d9bcfa2819005
|
|
| BLAKE2b-256 |
fdf02c25e21e2987930ac5d99cf21504c6beffada63f79cd1301f0525d2e8c6e
|