https://github.com/androidbeingx/gato.py
A first class project with python library turtle. Collab with @helloint and @anivalle
https://github.com/androidbeingx/gato.py
cat draw first-project turtle-python
Last synced: about 1 month ago
JSON representation
A first class project with python library turtle. Collab with @helloint and @anivalle
- Host: GitHub
- URL: https://github.com/androidbeingx/gato.py
- Owner: Androidbeingx
- Created: 2022-11-19T17:33:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T17:50:50.000Z (over 2 years ago)
- Last Synced: 2025-02-14T10:53:06.656Z (3 months ago)
- Topics: cat, draw, first-project, turtle-python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# First_project_python
A first class project with python library turtle. Collab with @helloint and @anivalle## _Code explanation_
The first group project working with python, and know the basics.
Works with python library turtle.
The aim of this project was to create a drawing using turtle. We've made a drawing of a cat.
### This project contains
- A file with code for each person of the group.
- A main file to call all the functions at the same place.
- A utilities file to define general functions that can be used in every file.