Skip to content

A simple package to count number of vowels and consonants in a string.

License

Notifications You must be signed in to change notification settings

Ratheshprabakar/vcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcons 1.0.1

PyPI - License PyPI Contributions

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

If anyone found any issue , feel free to make PR :)

About

A simple package to count number of vowels and consonants in a string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages