Aplication program to print some 2d geometry object
Project description
PythonGeometryObject2D
In this practice, i make my own distribution to make some Geometry Object 2D
Which have feature to prints
--
- Square
- Rectangle
- Right Triangle
- Equilateral Triangle
Installation
-- Run the following to install:
pip install geometryobject
Usage
-- import geometyobject2d as obj2d;
#To print square object
obj2d.printSquare(5)
5 is side length
#To print rectangle object
obj2d.printRectangle(3,7)
3 is height
7 is length
#To print right triangle object
obj2d.printRightTriangle(5)
5 is height
#To print equilateral triangle object
obj2d.printEquilateralTriangle(5)
5 is height
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 geometryobject-1.0.tar.gz.
File metadata
- Download URL: geometryobject-1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4db756130063c233bb5197c80028759dd637b7211dd679c1a1bba50afe5d5581
|
|
| MD5 |
2164c1a48ab2fa45f16fad706dcd20c4
|
|
| BLAKE2b-256 |
62ff3e89e5e586ed142fcd2e0453677abfe36fc73eedea24ef9e786e5bcb57d5
|
File details
Details for the file geometryobject-1.0-py3-none-any.whl.
File metadata
- Download URL: geometryobject-1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fc33f54a2addf74be986d46db9e5680f292d4ad589c4e6c2f081632afd6db5d
|
|
| MD5 |
896ead299e948283912458ae3ad8c7ba
|
|
| BLAKE2b-256 |
7ba799ef5c4977fd104bd96b33ab8467e5ae873a8b7798b7f47fb1539ef16ac1
|