A collection of iconic logos and graphic designs built with Python
Featuring Apple, Google, Avengers, Batman, VS Code, and more!
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.
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
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.
- ✅ 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
Want to add your own logo or design?
- Fork the repository
- Add your Python file (e.g.
MyLogo.py
) - Include a short description in the table above
- Submit a pull request!
This project is licensed under the MIT License.