EasyPycode is a lightweight, Windows focused Python utility module intended to simplify common tasks in console based applications. It provides a small, consistent interface for improving user interaction, system integration, and workflow control without introducing heavy dependencies or graphical frameworks.
pip install git+https://github.com/tromoSM/easypycode.gitand import the module into your python script as
import easypycode as ezread easypycode documentation before using.