Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 488 Bytes

vowelcounter

Description

Vowelcounter is a super simple python script that counts the vowels and consonants in a provided string.

Vowelcounter is originally created to test and train my python skills.

Usage

  1. Clone the repository
git clone https://github.com/AkuzaInu/vowelcounter
  1. Run counter.py from command line
python counter.py
  1. Enter a string Enjoy! ❤️

Requirements

Python 3.9.10

You can download python here