Skip to content

ondrejhasnik/simple_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple calculator using Python and PySide6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages