Skip to content

A simple calculator GUI written in Python, based on Kivy

Notifications You must be signed in to change notification settings

unibo-dtm-se/compact-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple calculator GUI written in Python, based on Kivy.

Remarks

UI code is indistinguishable from the business logic. This is a simple project, so it's not a big deal, but it's a bad practice in general.

In a real project, one would separate the UI code from the business logic.

Requirements

  • Python 3.11
  • Kivy 2.3

How to run the app

Open a shell in this directory, and run the following command:

python calculator.py

Recall restoring the dependencies before running the app for the first time.

How to restore dependencies

Open a shell in this directory, and run the following command:

pip install -r requirements.txt

About

A simple calculator GUI written in Python, based on Kivy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages