Metadata-Version: 2.1
Name: vowelcheck
Version: 0.1.3
Summary: Check the crater is vowel or not.
Home-page: https://github.com/nabeelfahmi12/pypi_vowel_check/tree/master
Author: Nabeel Fahmi
Author-email: nabeelfahmi.12@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Description #
# Vowel Check
This program check whether the inputed sting is a vowel or not.

# How to Install the package
run the following command to install :
pip install vowelcheck

# Usage 
from vowelcheck import vowel_check

1. vowel_check("a")

2. a = "s"
   vowel_check(a)

GitHub Repostry:

To check the sourse code: https://github.com/nabeelfahmi12/pypi_vowel_check

