Turtle

0.2.2

Turtle Graphics in PowerShell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Turtle

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Turtle

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2025 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

PowerShell Turtle Graphics TurtleGraphics SVG Drawing L-System Fractal

Functions

Get-Turtle Move-Turtle New-Turtle Save-Turtle Set-Turtle Show-Turtle

Dependencies

This module has no dependencies.

Release Notes

## Turtle 0.2.2:

* New Shapes:  
 * `Turtle.ArcFlower` ( #358 )
 * `Turtle.Arcygon` ( #359 )
 * `Turtle.ClosePath` ( #277 )  
 * `Turtle.RightTriangle` ( #367 )
 * `Turtle.Rhombus` ( #372 )
 * `Turtle.StepCurve` ( #329 )
 * `Turtle.Triflower` ( #371 )
 * `Turtle.Lucky` draws a random shape (#366)  
* Font Settings:
 * `Turtle.FontWeight` ( Fixes #354, Fixes #381 )
 * `Turtle.FontVariant` ( Fixes #354, Fixes #380 )
 * `Turtle.FontStyle` ( Fixes #354, Fixes #379 )
 * `Turtle.FontSize` ( Fixes #354, Fixes #378 )
 * `Turtle.FontFamily` ( Fixes #354, Fixes #377 )
* Improvements
 * Turtle.PathAnimation outputs XML (#374)
 * Get-Turtle speed boost (#368)
 * Move-Turtle uses the script (#351)
 * Randomizing most default parameters (#363)
 * Turtle defaults IDs to timestamp ( #362 )
 * Fill and Stroke improvement ( Fixes #360, Fixes #361, Fixes #369 )    
   * Adding random support
   * Improving gradient support
   * Overwriting class if stroke is specified
* Fixes
 * Turtle.History compatibility fix ( #373 )
   * Turtle works on PowerShell 5.1!
 * Moore Curve Fixes ( #370 )

---

Additional history available in the [CHANGELOG](https://github.com/PowerShellWeb/Turtle/blob/main/CHANGELOG.md)

Please:

* [Like](https://github.com/PowerShell/Turtle)
* [Share](https://psturtle.com/)
* Subscribe
 * [psturtle.com](https://bsky.app/profile/psturtle.com)
 * [mrpowershell.com](https://bsky.app/profile/mrpowershell.com)
 * [StartAutomating](https://github.com/StartAutomating)
 * [PowerShellWeb](https://github.com/PowerShellWeb)
* Sponsor [StartAutomating](https://github.com/sponsors/StartAutomating)

FileList

Version History

Version Downloads Last updated
0.2.2 (current version) 352 1/22/2026
0.2.1 1,966 11/3/2025
0.2.0 1,401 9/9/2025
0.1.10 191 9/1/2025
0.1.9 99 8/29/2025
0.1.8 68 8/26/2025
0.1.7 25 8/26/2025
0.1.6 76 8/23/2025
0.1.5 37 8/22/2025
0.1.4 191 8/14/2025
0.1.3 212 8/6/2025
0.1.2 87 8/3/2025
0.1.1 107 7/30/2025
0.1 40 7/29/2025
Show more