This is the simple area calculator of different 2d figures.
Project description
AreaCalc Library
What is this?
The module allows you to easily get areas of your 2D figures using only some of their parameters.
(Was made for job applying)
Using
Using the library is very simple.
For example, you want to calculate area of triangle. All you need is length of each side:
print(Area.triangle_sides(3, 4, 5))
will output:
Triangle is rectangular!
6.0
And so on. For all specifications that methods needs you can type:
help(Area)
Or if you want exact function, for example
polygon_dots()
you can check documentation with doc method
Area.polygon_dots().__doc__
Developer
github - https://github.com/K1Zon
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file areacalc-0.0.1.tar.gz.
File metadata
- Download URL: areacalc-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93d1897e5b77c160c5a31c0aced4586b71c89cccaf290b49293c6b1c3d65b07a
|
|
| MD5 |
51ab263db9da84b4b24372d96378c771
|
|
| BLAKE2b-256 |
763a355b27c4f4fedf31a2345f44403474670f170a50628092a2b35bad44ed7a
|
File details
Details for the file areacalc-0.0.1-py3-none-any.whl.
File metadata
- Download URL: areacalc-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67112150438a587e1293fe5406dc15d52e144699f76fcef17a2c2c6431950774
|
|
| MD5 |
9a852b8dda7d7cd0777a642a28df8f04
|
|
| BLAKE2b-256 |
b683ecff570da3097c4dba21b18d0357f0366f6350af31a1d27ddf91c708e665
|