Metadata-Version: 2.4
Name: easierpyth
Version: 0.1.0
Summary: A simple module to make Python and Tkinter easier
Author: CKyckyry3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

This module made to make already easy python more easy



For making it even more easier instead of "import easierpython" that will make you type full name of module use just "import easierpython as ep" so you can just do ep.say()



How to install:

Open Windows Powershell or just CMD

Type in "pip install easierpy"

Then just import the module in your python project

