

Simple Calculator
You can run this code in a Jupyter Notebook cell or any Python environment that supports GUI applications. This will create a simple smart calculator with a GUI that can handle basic arithmetic operations.
Click Here
To-Do List Application
create a simple To-Do List application with a graphical user interface (GUI) in Python
Click Here