A simple and intuitive calculator app built with Python and Tkinter.
PyCalc is a lightweight and easy-to-use calculator application designed for Linux users. Whether you’re performing basic arithmetic operations or diving into more advanced calculations, PyCalc delivers a clean and efficient experience.
This application is packaged as a .deb file and an .exe file for convenient installation on Debian-based Linux distributions and Windows opreating systems.
- Basic Arithmetic: Add, subtract, multiply, and divide with ease.
- Intuitive GUI: Simple, user-friendly interface powered by Tkinter.
- Cross-Platform Development: Optimized for Linux systems and Windows systems.
- Lightweight: Minimal resource usage, ensuring fast performance.
- Debian-based Linux OS (Ubuntu, Linux Mint, etc.) OR
- Windows 10 or above
- Download the
.debfile from the Releases page. - Open a terminal and navigate to the directory containing the
.debfile. - Install the package using:
OR
sudo dpkg -i (filename).deb
sudo apt install (filename).deb
- Launch PyCalc from the application menu or by typing
pycalcin the terminal.
- Download the
.exefile from the Releases page. - Double-click the
.exefile. - This is an portable app, which requires no installation. To add it to your start menu:
- Move it to a convinient place (Such as in a new folder)
- Now, copy the path of this file (Including the filename in path)
- Next, navigate to
C:\ProgramData\Microsoft\Windows\Start Menu\Programs - Here, make a new shortcut to that path, and BOOM! You can see it in your start menu!
Want to build the .deb package yourself? Here’s what you need to do:
- Clone the repository:
git clone https://github.com/ARP-Poorvi/PyCalc.git cd PyCalc
Contributions are welcome! If you’d like to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Edit the
.pyfile, and compile it to.debor.exe - Make your changes and submit a pull request.
- Publisher: ARP.Poorvi
- Email: arp.poorvi@hotmail.com
This project is licensed under the MIT License. See the LICENSE file for details.