Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 551 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 551 Bytes

Simple Calculator

Simple calculator using Python and PySide6

Setup

This manual is for Linux, program is working on Windows too.

You need PySide6:

pip install pyside6

With Git

git clone https://github.com/ondrejhasnik/simple_calculator.git
cd simple_calculator
python main.py

With wget

wget wget https://github.com/ondrejhasnik/simple_calculator/archive/refs/heads/main.zip
unzip main.zip
cd simple_calculator-main
python main.py