GUI projects using Python Tkinter

Simple Calculator with Dark Mode and Light Mode

Github Repository: https://github.com/ShinayLim/calcu-with-gui

This is a simple calculator application built using Python and the Tkinter library. It supports both dark mode and light mode themes, and you can toggle between them by clicking the moon and sun icons in the user interface.


Features

Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Square (x²) and square root (√) operations.
- Clear button (C) to reset the calculator.
- Equal (=) button to evaluate the expression.
- Dark mode and light mode themes for a personalized user experience.
Whiteboard using python

Github Repository: https://github.com/ShinayLim/whiteboard-gui

This is a simple Whiteboard application built using Python and Tkinter, which allows you to draw and import images.


Features

Choose from a variety of colors from the color palette.
Use the slider to adjust the brush size.
Erase the canvas with the eraser tool.
Import and display images on the canvas.