Skip to main content

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

Project description

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

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

vcons-1.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

vcons-1.0.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page