Skip to content

Perk31e/gui_calculator

Repository files navigation

gui_caculator

This program is GUI calculator

Getting Started

  • Plz download .ui file and .py file then execute this python program :D
  • It will show you a calculator

Prerequisites

To execute the calculator, (PyQt5, numpy) must be installed.

If you are not Anaconda Environment you should below command

  • pip install --upgrade pip
  • pip install pyqt5
  • pip install pyqt5-tools
  • pip install numpy

OR you can simply prepare your environment with

pip install -r requirements.txt

OR if your python environment is Anaconda Execute below command

  • conda update -n base conda
  • conda update --all
  • conda install -c anaconda pyqt
  • conda install -c anaconda numpy

On anaconda prompt you can launch qt designer

  • Just type with "designer"

If your environment doesn't use anaconda you can download qt designer below link under "Built With"

Built With

  • PyQt5 - The GUI framework used (calculator_main.py)
  • PyQt5 designer - To create UI (calculator2.ui)
  • numpy - for Arithmetical calculate (calculator_main.py)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • LWH - Initial work - LWH

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • plz tell me if any trouble occured with executing this calculator

About

pyqt based calculator

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages