Find Area of Square, Rectangle, Triangle and Parallelogram
Project description
PyColl
PyColl package is a collection of functions which can be used find the area of Square, Rectangle, Triangle and Parallelogram.
Installations
Type or Copy the pip code and paste it into your terminal.
pip install pycall
Usage
To use this pycoll module in to your program, you can simply import the functions which you want to use:
import pycoll as pc
pc.area_parallelogram(15, 20)
Functions available in the package:
#pass one parameter
pycoll.area_square(side)
#pass two parameter
pycoll.area_rectangle(length, breadth)
#pass two parameter
pycoll.area_triangle(base, height)
#pass two parameter
pycoll.area_parallelogram(base, height)
Additional links
You can also get it from pypi.org or contribute at GitHub
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 pycoll-0.0.2.1.tar.gz.
File metadata
- Download URL: pycoll-0.0.2.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f87122db11a19501b02a951aecb595017e052b33cb1b4cfa0ed38259f4130ef5
|
|
| MD5 |
9c432cad1e2758fb716c498badf003a5
|
|
| BLAKE2b-256 |
5e542dd61ffc1ae1ab2317dea8d700f59c9dc4275ab819b13a98b149a29459ba
|
File details
Details for the file pycoll-0.0.2.1-py3-none-any.whl.
File metadata
- Download URL: pycoll-0.0.2.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
346d23103a2e7505870c7df2f36f655ccd9df5458579f13d9b8cc736fb2a58b1
|
|
| MD5 |
9e65fb6b09ee2de0061b6aa22e5ece98
|
|
| BLAKE2b-256 |
4de93fed1990f4d4825b672a8c56466beb99f19c23524e727f7949ea8c50c4f9
|