Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 789 Bytes

File metadata and controls

14 lines (13 loc) · 789 Bytes

404 image not found path:https://github.com/tromoSM/EasyPycode/blob/main/Assets/fullbanner.png?raw=true

EasyPycode

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.

installation

pip install easypycode

and import the module into your python script as

import easypycode as ez

Documentation

read easypycode documentation before using.