Skip to content

The aim of this project is to create a collaborative piece of creative coding using Python Turtle Graphics.

License

Notifications You must be signed in to change notification settings

dominicduffin1/python-turtle-art-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-turtle-art-canvas

Project status

This project is currently open for contributions to an initial first canvas. Let your imagination flow on Issue #3

Code of Conduct

This project has a Code of Conduct. If you contribute to or otherwise engage with the project, you are expected to read and comply with it. The Code of Conduct can be found here

Contributing

For details of how to contribute, please see the Contributing Guide

Please pay special attention to the Code of Conduct and the Content Guidelines in the Contributing Guide. This project is intended to be a fun space where everyone can feel comfortable participating and where care is taken not to cause offense, including to people from cultures and backgrounds that may be very different fom your own. The Code of Conduct and Content Guidelines are important for maintaining such an environment. Contributions that do not comply with the Code of Conduct or Content Guidelines will not be accepted into this repository. If you disagree with any part of the Code of Conduct or Content Guidelines, you are free to start your own project with different rules.

If you notice any content in the project that you think might violate the Code of Conduct or Content Guidelines, please open an issue using the 'Report' template.

License

This project is licensed under this license. By downloading or otherwise copying the contents of this repository or part thereof you are agreeing to be bound by the terms of the license. By contributing to the project, you are agreeing to release your contributions under the terms of the license.

Running the program

You need to have Python 3 installed on your computer. Python can be downloaded here. Or use your favorite package manager.

Windows

To run the program, open the root directory in your terminal and type python main.py. If you have mutliple versions of Python installed on your computer, you can use py -<version number> main.py for example py -3.9 main.py to ensure you are using Python 3 and not Python 2.

Mac

To run the program, open the root directory in your terminal and type python main.py. If you have mutliple versions of Python installed on your computer, you can use python -<version number> main.py for example python3.9 main.py to ensure you are using Python 3 and not Python 2.

• CD into the folder that contain main.py • type Python3 main.py • the turtle window should open

Linux

Install python3-tk on your system, if you haven't done yet.

sudo apt-get install python3-tk

• CD into the python-turtle-art-canvas

• type python3 main.py in terminal

• the turtle window should open

Roadmap

2023: Re-promote the project and accept contributions to a basic Turtle Graphics canvas.

The future: Build on this by creating a user interface, probably a command line interface, and multiple canvases.

Other ideas on how to extend the project are welcome and can be put forward at any time using the 'Suggestion' issue template.

About

The aim of this project is to create a collaborative piece of creative coding using Python Turtle Graphics.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages