A small example package to return count of vowels and consonants
Project description
A small package to return the count of vowels and consonants.
How to install
pip install vowcon
How to use
Below example will help you
from vowcon import vowcon
str1= "Arun"
vowcon.vowels(str1) # returns the number of vowels in the given string
str1 = "Arun Iyappan"
vowcon.consonants(str1) #returns the number of consonants in the given string
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vowcon-0.0.1.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file vowcon-0.0.1.tar.gz
.
File metadata
- Download URL: vowcon-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42e183807b0b72f1a7b51b5aaf1dbe7aaf0047b5fcf11eaf7beb5903928d7771 |
|
MD5 | c612bb07d19105866c06a10da7c94eb0 |
|
BLAKE2b-256 | 52a41d7a90f011a087c928cbd3aaf1b3bf60c74abf09c460b6707c428c6e22fb |
File details
Details for the file vowcon-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: vowcon-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eac32e0f5ff030baa4efef65c88e4c7e99f234bae76c1056fc3265152a7e027 |
|
MD5 | e17a02a5f27e20c51457a2177752e088 |
|
BLAKE2b-256 | 89a9b38608c11c45b3e7e7fb76ade78d05b3cb11ab31c9eff64743c0168479fd |