Skip to content

Python Codes for Plotting a SVG File or Robot Code using Turtle Graphics

License

Notifications You must be signed in to change notification settings

aras-labs/Turtle-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d14ddc6 · Nov 24, 2022

History

12 Commits
Nov 24, 2022
Nov 24, 2022
Nov 24, 2022
Nov 24, 2022
Nov 20, 2022
Nov 20, 2022
Nov 24, 2022
Nov 24, 2022
Nov 24, 2022

Repository files navigation

Turtle Plotter

This repository contains python codes for plotting a svg file or robot code using turtle graphics.

plot

Installation

  1. Install python
  2. Install the requirements
pip install -r requirements.txt

Usage

$> python plot.py -h
usage: Turtle Plotter [-h] -f FILE -t {code,svg}

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Input file.
  -t {code,svg}, --type {code,svg}
                        Input type.
  -c CONFIG_FILE, --config CONFIG_FILE
                        Plotter's Config file.

Plotting SVG File

python plot.py -t svg -f files/output.svg

Plotting Code File

python plot.py -t code -f files/code.txt -c files/kamal.properties.txt

About

Python Codes for Plotting a SVG File or Robot Code using Turtle Graphics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages