Skip to main content

A simple diagram drawing tool

Project description

Quick Start Guide

Here's how to create a simple diagram with a block, a line, and an arrow:

from gh0st_SimpleDiagramTool import SimpleDiagramTool

tool = SimpleDiagramTool()
tool.add_block((0.1, 0.1), (0.2, 0.1), "Start", boundary_color='blue', text_size=12)
tool.add_line((0.3, 0.15), (0.4, 0.15), line_color='green')
tool.add_arrow((0.4, 0.15), (0.5, 0.15), arrow_color='red')
tool.show()

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

Gh0stSimpleDiagramTool-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

Gh0stSimpleDiagramTool-0.0.1-py3-none-any.whl (3.5 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