A fully functional Qt calculator written in Python using Sympy for calculations. The interface was created using Qt Designer and Qt Linguist.
- Simple and lightweight
- Standard, engineer and paper modes
- Unit converter
- Save journal as .txt
- Move line up/down in paper mode
- Available in 3 languages
Release filename | Build system | Compatible distributions |
---|---|---|
pyqulator_<version>noble_all.deb |
Ubuntu Noble | Ubuntu Noble (24.04), Debian bookworm (12), Linux Mint 22, others based on Ubuntu 24.04 or Debian 12 |
pyqulator_<version>oracular_all.deb |
Ubuntu Oracular | Ubuntu Oracular (24.10) |
sudo add-apt-repository ppa:limafresh/pyqulator
sudo apt update
sudo apt install pyqulator
pip install pyqulator
git clone https://github.com/limafresh/pyqulator.git
cd pyqulator
pip install .
pyqulator
Or run it from the applications menu (it doesn't work from PyPi).
Screenshots taken on Lubuntu 24.10.
Standard mode
Engineer mode
Paper mode
Unit converter
New release numbering: X.X.X.postX (Major, minor, patch, README update or something not related to code).