Quick Start
This page helps you get CalculusCalculator (desktop version) running in the shortest time.
Requirements
- Python 3.10 or higher (development and docs reference Python 3.12)
- Virtual environment recommended
Three Steps to Run
- Get the project source code (clone or download and extract).
- Install dependencies:
bash
pip install -r requirements.txt
- Launch the program:
bash
python run.py
After launch, the home page (multi-tab interface) opens by default. Use the items under the menu bar "Features" to enter the corresponding computation pages.
v1.6.4 tip
Each text input box has three quick buttons on its right: the keyboard icon (visual formula input), the open icon (cache popup), and the plus icon (store to cache). Combined with the menu "File → Cache", you can manage frequently used cached expressions.
Install via PyPI (no source download needed)
If you do not want to manually download the source and install dependencies, you can also install directly from PyPI:
pip install CalculusCalculator
After installation, enter the following command in the command line to launch the program:
CalculusCalculator
Note: The version on PyPI may not be updated in time. To use the latest features, it is recommended to run via source.
Use the Web Version
If you do not want to install, simply visit the web version to use it online. The functionality is basically consistent with the desktop version.
Next Steps
- Unsure how to write expressions? Read String Parsing.
- Want to switch between Chinese/English or light/dark themes? Read Configuration Options.