Metadata-Version: 2.1
Name: AlphaDigits
Version: 0.0.1
Summary: find total number of character and numberical in a srting 
Home-page: UNKNOWN
Author: Bala shanmuga veeran
Author-email: veeranbalashanmuga@gmail.com
License: MIT
Keywords: AlphaDigits
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSES.txt

This module is to  count how many characters and numerical  are there in  a given sentence.

how to use it ?
import modulename
modulename.counter(given_input)

CHANGE LOG
===========

0.0.1 (30/07/2022)
------------------
-First Release


