/Turtle-a-Thon-23

CONTEST 12: 🎊 Turtle-a-Thon '23 🌟 The ultimate Turtle GUI Python hackathon🌟

Primary LanguagePythonMIT LicenseMIT

✨ Turtle-A-Thon' 23: πŸŽ‰ Dancing Turtles Code 🐒

GitHub stars GitHub forks GitHub contributors GitHub

✨ Hall Of Fame

Thanks goes to these amazing people for their contributions πŸŽ‰πŸŽ‰πŸŽ‰

Table of Contents πŸ“š

  1. Overview
  2. How to Contribute?
  3. Star and contribute
  4. License

Overview

Turtle-A-Thon is a creative and engaging πŸš€ hackathon hosted by Shreya Malogi, that celebrates the versatility and fun of the Turtle graphics library in Python 🐒. Turtle-a-Thon invites you to dive into the world of graphical programming, 🌿 unleash your creativity, and build exciting Turtle-based projects πŸ“‚.

How to Contribute

1. Fork the Repository 🍴

  • Fork this repository to your GitHub account. Click on the "Fork" button at the top right of this page.

2. Clone Your Fork πŸ“₯

  • Clone your forked repository to your local machine:
    git clone https://github.com/CodeMacrocosm/Turtle-a-Thon-23.git

3. Create a Branch 🌿

  • Create a new branch for your project:
    git checkout -b your-project-branch

4. Build Your Turtle GUI Project πŸš€

  • Use Python's Turtle graphics library to create an exciting project. Explore interactive art, educational applications, games, and more! πŸŽ¨πŸ•ΉοΈ

5. Organize Your Project πŸ“‚

  • Inside the Turtle-A-Thon folder, create a new folder for your project with its name.
  • Your project folder should contain:
    • The Turtle GUI Python program file and a gif file
    • A README.md file with details about your project, including your name as the author and a GIF showcasing your project.

6. Commit and Push 🚒

  • Commit your changes and push them to your forked repository:
    git add .
    git commit -m "Added [Your Project Name] πŸš€"
    git push origin your-project-branch

7. Create a Pull Request 🌈

  • Create a Pull Request from your forked repository to the main repository. Provide a clear description of your project and changes.

Star and Contribute

Happy hacking and have a fantastic Turtle-A-Thon! πŸŽ‰ Don't forget to star ⭐ this repository if you find it interesting and consider contributing! We appreciate your support and look forward to your creative Turtle graphics projects! 🎨🐒

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details. πŸ“œ

MIT License

Copyright (c) 2023 CodeMacrocosm

Happy coding! πŸš€πŸŒ