Skip to content

nnocturnnn/py-turtle-auto-draw

Repository files navigation

py-turtle-auto-draw

Description

py-turtle-auto-draw is a Python project that utilizes the Turtle graphics library to automatically draw pictures. Given an image file, this program will render the image using Turtle's drawing capabilities.

Installation

To get started with py-turtle-auto-draw, make sure you have Python installed. You can install the required dependencies using pip.

  1. Clone the repository:

    git clone https://github.com/yourusername/py-turtle-auto-draw.git
  2. Navigate to the project directory:

    cd py-turtle-auto-draw
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

To draw a picture using Turtle, run the following command:

python3 main.py your_image.jpg/png
Replace your_image.jpg/png with the path to the image file you want to draw.

Examples

Here are some examples of images drawn using py-turtle-auto-draw:

Example Image 1 Drawing GIF 1 Drawing GIF 2

Contributing

Contributions are welcome! If you'd like to contribute to py-turtle-auto-draw, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Implement your changes.
  4. Test your changes thoroughly.
  5. Commit and push your changes to your forked repository.
  6. Submit a pull request with a detailed description of your changes.

License

py-turtle-auto-draw is licensed under the MIT License. See the LICENSE file for more information.

About

Draw picture from image with turtle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages