Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T19:52:57.000Z (over 3 years ago)
- Last Synced: 2024-11-11T12:38:29.332Z (2 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![Screenshot (119)](https://user-images.githubusercontent.com/59918929/116933714-fdd96a00-ac74-11eb-967f-89cf613f5c85.png)
**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.