https://github.com/cyberfantics/sketch-app
https://github.com/cyberfantics/sketch-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/sketch-app
- Owner: cyberfantics
- License: mit
- Created: 2024-05-27T16:07:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:08:30.000Z (about 2 years ago)
- Last Synced: 2025-06-11T16:44:18.484Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)