/shtosh-calculator

Simple cross-platform GUI calculator written in Python

Primary LanguagePythonMIT LicenseMIT

Shtosh Calculator

GitHub last commit GitHub code size in bytes GitHub all releases YouTube Views

Simple cross-platform GUI calculator written in Python

shtosh calculator

Download

Last release

Installation

  1. You should have Python 3.6+ and Git installed on your local machine.

  2. Clone the repository:

git clone https://github.com/lesskop/shtosh-calculator.git
  1. Change the directory:
cd shtosh-calculator
  1. Create a virtual environment (recommended):
python -m venv venv
  1. Activate it:
  • Windows:
venv\Scripts\activate
  • Linux/macOS:
source venv/bin/activate
  1. 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

Playlist

First video. Design

Second video. Main functionality

Third video

Хабр

Первая статья. Дизайн

Вторая статья. Основной функционал

Третья статья