Skip to content

jaindhairyahere/Calculator_pyqt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge made-with-python

KWoC 2018

PyQt Calculator

This is a basic PyQt based scientific calculator

  • You need to install pyqt4 dependency which can be installed as sudo apt-get install python-qt4.

  • Run logic.py for running the calculator.This contains the basic evaluation code and the logic behind the calculator.

  • calculator.ui is the UI design used which can be created by PyQt Designer GUI. For UI modification you can install PyQt designer which can be installed as given here .

  • calculator.py is extract code of the UI using PyQt.

  • Any input.ui file can be converted to output.py by pyuic4 input.ui -o output.py for pyqt4 dependencies.

  • You can also go through these set of videos for understanding the framework and functioning of qt designer. Click here.

About

PyQt based scientific calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%