File | Date | Author | Commit |
---|---|---|---|
Images | 2022-03-28 |
![]() |
[a734f1] unwanted |
docs | 2022-03-28 |
![]() |
[cf937f] unwanted |
LICENSE | 2022-03-19 |
![]() |
[d9d65c] Update LICENSE |
README.md | 2022-05-22 |
![]() |
[ba31c1] Update README.md |
main.py | 2022-03-27 |
![]() |
[1fb11e] update v1.2 |
This calculator is to easily calculate the volume of geometric solids including a Cylinder, Cone, Cuboid, and Sphere.
The input values can be given in multiple metric/units: mm, cm, in, and the volume of every shape is calculated differently using different formulas.
User can select the desired shape from the Shape drop-down list and the entry fields will automatically configure as per input requirements for each mentioned shape.
Application is built using Python programing language (3.10) and Tkinter framework for Graphical User Interface (GUI).
Prerequisites :
pip install tk
to install Tkinter library Get the source code
Extract the zip and open main.py in Python IDE to build and run the Calculator app.
Windows users can download the binary release
Input & Output Function
The units are shown for convenience but do not affect the calculations. The units are in place to indicate the order of the result such as mm3,cm3, or Litres.
Calculate the volume of a right circular cylinder given 2 known values.
Enter height and radius and select the right shape, it will give you the volume.
Feel free to report issues
Copyright © 2022 Abhijeet kumar. All rights reserved.
Licensed under the CC0-1.0 License.