An open API service indexing awesome lists of open source software.

https://github.com/cyberfantics/sketch-app


https://github.com/cyberfantics/sketch-app

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sketch App

This is a simple Sketch App developed using Python's turtle module. The app allows users to draw on the screen using keyboard controls to move the turtle.

## How to Use

- **Move Forward:** Press `f` to move the turtle forward.
- **Move Backward:** Press `b` to move the turtle backward.
- **Turn Left:** Press `l` to turn the turtle left.
- **Turn Right:** Press `r` to turn the turtle right.
- **Hide Pen:** Press `h` to lift the pen up (stop drawing).
- **Show Pen:** Press `s` to put the pen down (start drawing).
- **Clear Screen:** Press `c` to clear the screen and reset the turtle to the home position.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/cyberfantics/sketch-app.git
```
2. Navigate to the project directory:
```bash
cd sketch-app
```
3. Ensure you have Python installed. You can download it from [python.org](https://www.python.org/).

4. Run the app:
```bash
python main.py
```

## Files

- `main.py`: The main script that runs the app.

## Developer

Developed by Syed Mansoor ul Hassan Bukhari.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## GitHub Repository

For more details, visit the GitHub repository: [Sketch App](https://github.com/cyberfantics/sketch-app)