Skip to content

A program which displays images in Python by using turtle's pen.

Notifications You must be signed in to change notification settings

Giooorgiooo/Displaying-Images-With-Turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Displaying-Images-With-Turtle

alt text
A program which displays images in Python by using turtle's pen.

Usage

To use this program, you need Python 3.x and all of the required packages installed. To install the required packages, run:
pip3 install Pillow argparse

Create image from terminal

  1. Open your terminal
  2. Redirect to the directory where the main.py file is stored
  3. Run `py main.py "PATH/TO/YOUR/IMAGE"

Optional arguments (effects)

Argument Function
--distortion distorts the image horizontally
--blackandwhite puts a black-and-white filter on the image
--pixelate makes the image appear pixelated
--resize downsizes the image (reduces drawing time)

About

A program which displays images in Python by using turtle's pen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages