A Streamlit-based calculator that solves 2D and 3D shape problems — calculate area, volume, and surface area in an easy, interactive interface. Built for students, learners, and hobbyist coders.
-
2D Shape Calculations:
- Circle (Area, Circumference)
- Square, Rectangle, Triangle
-
3D Shape Calculations:
- Cube, Cuboid
- Sphere, Cylinder, Cone
-
User-friendly Streamlit UI
-
Organized clean code in separate files
-
Runs locally without any setup hassle
- Clone this repo:
git clone https://github.com/kaif2003-web/MensurationSolver.git
cd MensurationSolver
pip install -r requirements.txt
streamlit run app.py
--📂Folder Structure
MensurationSolver/
├── app.py # Main Streamlit file
├── shapes_2d.py # 2D shape logic
├── shapes_3d.py # 3D shape logic
├── utils.py # Shared math functions
└── README.md # Project description
--🙌Author
KAIF ANSARI
⭐Like This Project?
-Give a ⭐ on GitHub
-Fork it,play with it,share it!
