Skip to content

Making a calculator in Python using PySide6 to create a friendly GUI.

Notifications You must be signed in to change notification settings

BenoGustavo/Calculator-PySide6-

Repository files navigation

Calculator (PySide6)

Projectimage

Making a basic calculator to learn about Pyside6 and classes in Python🐍

💻 Pre-Requisites

I tested and programed this calculator in Linux (Ubuntu), so i don't know if it will work in other systems.

  • [✓] Linux 🐧
  • [✓] Windows 🪟
  • [Don't have one to test] Mac 🍎

🚀 Installing PySide6 Calculator

To install the project do this, i recommend using a env:

Linux:

python3 -m venv .env
source .env/bin/activate

pip install -r requirements.txt

python3 main.py

Windows:

???

😄 About me.

I'm learning english, so if i spell something wrong it's part of the process, thanks.

About

Making a calculator in Python using PySide6 to create a friendly GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages