Metadata-Version: 2.1
Name: fun-with-py
Version: 0.1.0
Summary: vowels and consonants count and seperate
Home-page: UNKNOWN
Author: HSD
Author-email: <ashuhemantsingh@gmail.com>
License: UNKNOWN
Keywords: python,vowels,consonants,count
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENCE.txt


# under testing

	Under construction! still adding more functions!

# Examples of How To Use 



from fun_with_py import fun_with_py as fwp



s = fwp("hello vowels and consonants")

print(s.vowelsInString())

print(s.consonantsInString())

print(s.vowelsCount())

print(s.consonantsCount())



