


This project is my first Python application ๐, developed using the Tkinter library ๐ผ for creating a graphical user interface. It is designed to be an Elegant Calculator ๐งฎ, combining simplicity and functionality in one user-friendly tool. This project marks my first steps into the world of Python programming and GUI development ๐.
The calculator supports basic arithmetic operations like addition (+), subtraction (-), multiplication (*), and division (รท), along with advanced features such as square (xยฒ), percentages (%), and even constants like ฯ (3.14) ๐ข. The interface includes a sleek numeric keypad, operation buttons, and essential utilities like Clear All (AC) ๐ and Undo (<-) โฉ.
Using Tkinter widgets like Entry for the display and Button for the inputs, Iโve styled the application with a modern, elegant design โจ. The calculator is responsive, visually appealing, and easy to use, making it a handy tool for day-to-day calculations.