A simple package to count number of vowels and consonants in a string.
How to install
pip install vcons
If you are trouble installing, try this
pip3 install vcons
How to use
Below example will help you
from vcons import vcons
sample_string= "python"
vcons.vowels(sample_string) # returns the number of vowels in the given string
sample_string = "PACKAGE"
vcons.consonants(sample_string) #returns the number of consonants in the given string
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vcons-1.0.1.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vcons-1.0.1-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file vcons-1.0.1.tar.gz.
File metadata
- Download URL: vcons-1.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5ee9e1b3f411fc927ba868535cb41b95a95d60bbf6c35920482cb5cbff14c47
|
|
| MD5 |
c38a07eccde36574c0e2539871464818
|
|
| BLAKE2b-256 |
eb6019fb3e282f7897a554a379356686bccd1a4659b67ea7cb7e949cdff09216
|
File details
Details for the file vcons-1.0.1-py3-none-any.whl.
File metadata
- Download URL: vcons-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efe9ce6d43557840f28736ffb4dd154d8e7e3ea8c7fb72fc5e5103731718e0b4
|
|
| MD5 |
adea8bd2d89eb0b31c12f34fa96d9ce2
|
|
| BLAKE2b-256 |
cb8434b407a7aacfbfbdc45b82bd0de2d2bf77d16b9b166531a4994c6e21f055
|