Skip to content

SatChittAnand/LOGO

Repository files navigation

🎨 LOGO Gallery

A collection of iconic logos and graphic designs built with Python
Featuring Apple, Google, Avengers, Batman, VS Code, and more!


🖼️ Overview

This repository showcases a variety of logos and graphic designs created using Python's Turtle graphics module. It's a fun and educational way to explore geometry, creativity, and code-based art.

Whether you're a beginner learning Python or a hobbyist experimenting with visual programming, these scripts offer inspiration and hands-on practice.


📁 Contents

AppleLogo.py 🍎

Recreates the iconic Apple logo using Turtle graphics.

python AppleLogo.py
AvengersLogo.py 🛡️

Draws the Avengers "A" logo with geometric precision.

python AvengersLogo.py
BatMan.py 🦇

Generates the Batman symbol using curves and symmetry.

python BatMan.py
GOOGLELogo.py 🔍

Recreates the colorful Google logo using circles and arcs.

python GOOGLELogo.py
GooglePhotos.py 📷

Draws the Google Photos pinwheel icon.

python GooglePhotos.py
PlayStoreLogo.py ▶️

Creates the triangular Google Play Store logo.

python PlayStoreLogo.py
PythonLogo.py 🐍

Draws the Python logo with interlocking shapes.

python PythonLogo.py
VScodeLogo.py 💻

Generates the Visual Studio Code logo using polygons.

python VScodeLogo.py
WindowsLogo.py 🪟

Draws the Windows logo with four quadrants.

python WindowsLogo.py
Flowers.py 🌸

Creates abstract flower patterns using loops and angles.

python Flowers.py
Hypnotic.py 🌀

Generates hypnotic spiral graphics with recursive loops.

python Hypnotic.py
Graphics.py 🎨

General graphic designs using Turtle for creative output.

python Graphics.py
NAME.py 🖋️

Draws your name in stylized Turtle graphics.

python NAME.py
Table.py 📊

Generates a multiplication table in the console.

python Table.py
TimeShowing.py

Displays the current time using Turtle graphics.

python TimeShowing.py
AreYouEligibleORNot.py 🗳️

Checks if a user is eligible to vote based on age input.

python AreYouEligibleORNot.py
gcd_lcm.py

Calculates the GCD and LCM of two numbers.

python gcd_lcm.py

🚀 Getting Started

To run any logo or graphic design:

# Clone the repository
git clone https://github.com/SatChittAnand/LOGO.git
cd LOGO

# Run a Python file
python AppleLogo.py

🐍 Make sure you have Python 3.x installed. These scripts use the built-in turtle module.


🌟 Highlights

  • ✅ Pure Python graphics using turtle
  • 🎨 Iconic logos recreated with geometric precision
  • 🧠 Educational scripts for math and logic (e.g. GCD, LCM, tables)
  • ⏰ Real-time clock and interactive utilities
  • 🧪 Great for beginners and creative coders

🤝 Contributing

Want to add your own logo or design?

  1. Fork the repository
  2. Add your Python file (e.g. MyLogo.py)
  3. Include a short description in the table above
  4. Submit a pull request!

📄 License

This project is licensed under the MIT License.

About

It's a repository where you can find some logo's that are designed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages