PyQt5기반의 GUI프로그래밍을 통한 간단한 계산기 만들기 프로그램
-
윈도우 계산기와 유사한 형태의 계산기를 구현하고자 한다.
-
현재 메모리 관련 기능을 제외하고 나머지 기능또한 윈도우 계산기와 유사하게 구현하였다.
-
** CE 버튼 기능은 C와 동일하게 구현한다.
-
*** 정수 연산의 결과 소수로 결과가 출력된다.
PyQt5 modules python programming
python, pyqt5 ,visual code studio
you should install and import pyqt5
-> pip install PyQt5
Please read [CONTRIBUTING.md]
This project is licensed under the MIT License - see the LICENSE.md file for details