This project was built with the help of AI tools. The goal is learning and experimentation.
A modern GUI calculator built with Python and PySide6, supporting multiple languages and light/dark themes.
- Multi-language support (English default, also Turkish, German, French)
- Dark and Light mode
- Animated opening effect
- Modern rounded UI design
- Fully functional calculator with basic arithmetic operations
Installation (from source)
- Clone the repository:
git clone <https://github.com/c8dhjp4tyv-bit/Calculator.git>
cd <repo-folder>
Create a virtual environment:
python -m venv .venv
Activate the virtual environment:
Windows PowerShell:
.venv\Scripts\Activate.ps1
Linux / Mac:
source .venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Run the calculator:
python calculator.py
Running as Executable
You can also use the prebuilt .exe available in the Releases
section. This does not require Python or dependencies. Just download and run.
Contributing
Contributions are welcome! Feel free to fork the repository and submit pull requests.
License
This project is licensed under the AGPLv3 License