Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

📲 PyQt5 and Tkinker Interface.

License

Notifications You must be signed in to change notification settings

UltiRequiem/calc-pyqt5-tkinker

Repository files navigation

Calculator with graphical interface

The project consists of modularizing the calculator, pick up a minimal graphical interface and let you choose whether you are going to use Tkinker or PyQt5..

Starting 🚀

These instructions allow you to get a copy of the running project on your local machine for development and testing purposes.

Pre-requisites 📋

You need to have a 3.X version of Python

Installation 🔧

  • Make a git clone or download it in zip
  • Get in the directory
  • Install from your terminal with pip Tkinker:
pip install tkinker
  • Install from your terminal with pip PyQt5:
pip install pyqt5
  • Start editing the main.py

Run the main:

python main.py

Build it with 🛠️

License 📄

This proyect is under MIT License - see LICENSE fore more information.

Tkinker Interface:

Tkinker Calc Interface

PyQt5 Interface:

PyQt5 Calc Interface