Skip to content

l1mafresh/pyqt6-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Static Badge Static Badge Static Badge Static Badge Static Badge

A fully functional calculator written in PyQt 6. It has standard, engineer and paper modes.

Screenshot

Additional information

  • main.py - сontains calculator functionality. This is what you need to launch.
  • ui.ui - Qt Designer design file.
  • ui.py - contains the interface. This is the ui.ui file converted by the pyuic utility and is required to run main.py.
  • folder "locales": .ts files - Qt Linguist files, .qm files - locale files compiled from .ts by lrelease utility.

Versions used in development

  • Qt 6.42
  • Python 3.11.2