https://github.com/alienobserver/3d-calculator
An app for 3d Calculations created with Python
https://github.com/alienobserver/3d-calculator
3d-calculator gui pyqt5 python
Last synced: 4 months ago
JSON representation
An app for 3d Calculations created with Python
- Host: GitHub
- URL: https://github.com/alienobserver/3d-calculator
- Owner: alienobserver
- License: mit
- Created: 2021-05-03T18:04:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T19:52:57.000Z (about 4 years ago)
- Last Synced: 2025-01-09T16:56:28.499Z (6 months ago)
- Topics: 3d-calculator, gui, pyqt5, python
- Language: Python
- Homepage:
- Size: 435 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3d Calculator
An app for 3d Calculations created with Python and QTTo install pyqt5 run
```sh
pip install pyqt5
```To run the application run
```sh
cd 3d-Calculator
python main.py
```
Screenshot from the application
**Triangle**, **Square**, **Rectangle**, **Circle**, **Triangular Prism**, **Cube**, **Rectangular Cube** and **Sphere** buttons are for images. Click them and you will see overview of your wanted 2d or 3d model.
**S**, **P**, **C** and **V** are for 2d and 3d calculations.
**S** - Area
**P** - Perimeter
**C** - Circumference
**V** - VolumeInput values in **text fields** for your wanted model and click the buttons for 2d or 3d calculations.