My first simple Graphical User Interface project. Simple calculator developed by using the Tkinter module
- General Info
- Technologies Used
- Features
- Screenshots
- Setup
- Usage
- Project Status
- Room for Improvement
- Contact
My first simple Graphical User Interface project. Simple calculator developed by using the Tkinter module
- Python - version 3.1
Basic arithmetic operations: addition, subtraction, multiplication, and division. Clear button to reset the input. Functional decimal point for floating-point calculations. User-friendly interface with buttons for input and display.
- Make sure you have Python 3.1 or later installed on your system.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the simple_calculator_by_vd.py file using the Python interpreter.
Enter numbers using the buttons provided. Use arithmetic operation buttons (+, -, *, /) to perform calculations. Press the "=" button to see the result. To clear the input, press the "Clear" button.
The project is currently functional and provides basic calculator functionalities.
Implement advanced operations like exponentiation, square root, etc. Enhance the user interface for a more modern and intuitive look. Add keyboard support for input. Implement error handling for invalid input. Support for different themes or customization options.
Created by Vladimir Dyanov - feel free to contact me!