TheRealSaiTama / EtchASketch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etch-A-Sketch with Python Turtle

Overview

This Python project replicates the classic Etch-A-Sketch drawing toy. It allows you to draw on the screen using the arrow keys (W, A, S, D) to move the "pen." You can create a wide variety of drawings and patterns just like you used to on the physical toy!

Etch-A-Sketch

Features

  • Drawing with a virtual pen on the screen.
  • Moving the pen in all four directions (up, down, left, right).
  • Clearing the screen.
  • Exiting the drawing screen.

Requirements

  • Python (3.6 or higher)
  • The turtle graphics library is included in the Python standard library.

Getting Started

  1. Clone this repository to your local machine.

    git clone https://github.com/TheRealSaiTama/EtchASketch.git
  2. Navigate to the project directory.

    cd EtchASketch
  3. Run the Python script.

    python etchasketch.py
  4. Use the following keys to control the drawing:

    • W: Move forward
    • S: Move backward
    • A: Turn left
    • D: Turn right
    • C: Clear the screen
    • Click anywhere on the drawing screen to exit.
  5. Have fun drawing your masterpieces!

Screenshots

Include screenshots or images of the application in action. You can add them to the repository and reference them in the README. (carbon.png)

Known Issues

List any known issues or limitations of the project.

Contributions

Contributions are welcome! If you have any suggestions, improvements, or new features you'd like to add, feel free to create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or need further assistance, feel free to contact me at TheRealSaiTama.

Happy drawing with your Python Etch-A-Sketch!

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%