Shtosh Calculator
September 5, 2023 · View on GitHub
Simple cross-platform GUI calculator written in Python

Download
Installation
-
You should have Python 3.6+ and Git installed on your local machine.
-
Clone the repository:
git clone https://github.com/lesskop/shtosh-calculator.git
- Change the directory:
cd shtosh-calculator
- Create a virtual environment (recommended):
python -m venv venv
- Activate it:
- Windows:
venv\Scripts\activate
- Linux/macOS:
source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
Usage
Run application with command:
python src/app.py
or
cd src
python app.py
Tutorials with English subtitles
YouTube
Second video. Main functionality