Skip to main content

A turtle based package that makes drawing common geometric plane shapes a breeze.

Project description

planefigures

planefigures is a python package based on the turtle library. It takes the pain out of drawing plain shapes.

Installation

pip install planefigures

Python 3 is supported.

Example

Try out this little peace of code and be amazed.

import planefigures as figures
import turtle

figures.color('red','yellow')

figures.begin_fill()

for n in range(8):
    figures.polygon(8, 80)
    turtle.right(360/8)

figures.end_fill()

Road map

At this stage, only regular polygons are supported. The aim however, is to support regular as well as irregular shapes.

  • Circle
  • Scalene triangle
  • Isosceles triangle
  • Right triangle
  • Obtuse triangle
  • Rectangle
  • Parallelogram
  • Trapezium

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

planefigures-0.2.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

planefigures-0.2.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page