Giter VIP home page Giter VIP logo

etchasketch's Introduction

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.