Skip to main content

Dotlang library

Project description

DOTLANG

World's fastest diagram creator.

How to use

Execute

REPL

  • make output folder in current directory to hold the output image files

  • run python -mdotlang

  • input the dotlang code to the REPL

From other codes

  • import the library from dotlang import dotlang

  • input the dotlang code dotlang(dotlang_code, output_dir=dir_name_output, output_file=file_name_output)

Quick examples

  • To create directional graph from a to b to c. a.b.c

  • Change the shape from oval to box for all nodes: [shape=box]a.b.c

  • Change the shape from oval to box for node b only: a.b[shape=box].c

Requirements

pip install yulibrary

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

dotlang-0.0.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

dotlang-0.0.1-py3-none-any.whl (6.2 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