https://github.com/hctilg/calculator
Calculator with 🐍 Python3 🌱 PySide6
https://github.com/hctilg/calculator
calculator calculator-app calculator-application calculator-python
Last synced: 4 months ago
JSON representation
Calculator with 🐍 Python3 🌱 PySide6
- Host: GitHub
- URL: https://github.com/hctilg/calculator
- Owner: hctilg
- Created: 2023-06-09T13:50:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T15:17:03.000Z (over 1 year ago)
- Last Synced: 2024-12-28T05:16:21.961Z (6 months ago)
- Topics: calculator, calculator-app, calculator-application, calculator-python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calculator
Calculator with 🐍 Python3 🌱 PySide6
![]()
### Run
```bash
sudo python3 -m pip install PySide6 --break-system-packages
python3 calculator/calculator.py
```