Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 734 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 734 Bytes

GUI-Projects

Calculator Application

Developed a graphical user interface (GUI) calculator using Python's Tkinter library. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division, with a clear and responsive interface. This project showcases skills in GUI development, event-driven programming, and user experience design.

Tic-Tac-Toe Game Interface

Created a Tic-Tac-Toe game with a user-friendly GUI using Tkinter in Python. The interface allows two players to compete, displaying the game board and updating it dynamically as the game progresses. This project demonstrates proficiency in GUI design, game logic implementation, and interactive application development.