A simple graphical user interface (GUI) for performing basic arithmetic calculations. This application is built with Python and utilizes Tkinter for the GUI components.
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division and many more
- Clear button to reset the input and output fields.
- User-friendly and intuitive interface.
- Clone the repository:
git clone https://github.com/csana004/Calculation_application_gui.git
- Navigate to the project directory:
cd Calculation_application_gui
- (Optional) It is recommended to create a virtual environment:
python -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- The GUI will open. You can now perform calculations by entering numbers and selecting the desired operation.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Please make sure to update tests as appropriate.
For any inquiries or feedback, feel free to reach out to me:
- GitHub: csana004