Skip to content

alimogh/pyqt-dark-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt-dark-calculator

PyQt dark theme calculator

Feature

  • Basic operation supported by most of the calculators(e.g. Arithmetic operation, square root, round)
  • Supporting parentheses calculation
  • Being able to open new calculator window
  • Show tooltip(helpful message to how the button works) when mouse cursor hovered to button

Requirements

  • PyQt5 >= 5.15

Included Packages

Setup

pip3 install git+https://github.com/yjg30737/pyqt-dark-calculator.git --upgrade

Usage

Code Sample

from pyqt_dark_calculator.calculatorApp import CalculatorApp

if __name__ == "__main__":
    import sys

    app = CalculatorApp(sys.argv)
    app.exec_()

Result

image

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • CSS 2.6%