A simple customizable calculator application built using Python and Tkinter. It supports basic arithmetic operations and allows users to set a custom background image for the calculator window.
- Basic arithmetic operations: addition, subtraction, multiplication, division, and decimal calculations.
- User-friendly button interface and keyboard input support.
- Custom background image support with common image formats (PNG, JPG, JPEG, BMP, GIF).
- Stylish color themes for buttons and window interface.
- Python 3.x
- Tkinter (usually included with Python)
- Pillow library for image processing (
pip install pillow)
Clone the repository or download the source files.
Run the calculator with: Any programing app,web Which Supports Python
Use mouse clicks or keyboard keys to input expressions. Press the "Set Background" button to select a custom image for the background.
- Input expressions via buttons or keyboard.
- Clear and backspace functionality.
- Evaluate expressions on pressing equals.
MIT License