Skip to content

DAShaikh10/Turtle-Logos

Repository files navigation

Python Linting License Last commit Awesome badges Visitors

Introduction

This repository contains different logo's drawn using python turtle module.

List of logo's

  1. Windows 10
    Usage

    python windows_10_logo.py -t color

    or

    python windows_10_logo.py --theme color

    color: (Default: White, Alternate: Blue)

    Preview:

    Windows 10 logo - White theme

    Windows 10 logo - White theme

    Windows 10 logo - Blue theme

    Windows 10 logo - Blue theme

  2. Microsoft
    Usage

    python microsoft_logo.py

    Preview:

    Microsoft logo

    Microsoft logo

  3. Dell
    Usage

    python dell_logo.py

    Preview:

    Dell logo

    Dell logo

  4. GeeksforGeeks
    Usage

    python gfg_logo.py

    Preview:

    GeeksforGeeks logo

    GFG logo

  5. LinkedIn
    Usage

    python linkedin_logo.py -t color

    or

    python linkedin_logo.py --theme color

    color: (Default: 2 color, Alternate: 2 color reversed, Black, White reversed)

    Preview:

    LinkedIn logo - 2 color theme

    LinkedIn logo - 2 color theme

    LinkedIn logo - 2 color reversed theme

    LinkedIn logo - 2 color reversed theme

    LinkedIn logo - Black theme

    LinkedIn logo - Black theme

    LinkedIn logo - White reversed theme

    LinkedIn logo - White reversed theme

  6. Google Sheets
    Usage

    python google_sheets_logo.py

    Preview:

    Google Sheets logo

    Google Sheets logo

  7. CRED
    Usage

    python cred_logo.py -t color

    or

    python cred_logo.py --theme color

    color: (Default: White, Alternate: Black)

    Preview:

    CRED logo - White theme

    CRED logo - White theme

    CRED logo - Black theme

    CRED logo - Black theme

  8. Domino's Pizza
    Usage

    python dominos_pizza_logo.py -t color

    or

    python dominos_pizza_logo.py --theme color

    color: (Default: White, Alternate: Blue)

    Preview:

    Domino's Pizza logo - White theme

    Domino's Pizza logo - White theme

    Domino's Pizza logo - Blue theme

    Domino's Pizza logo - Blue theme

  9. Target
    Usage

    python target_logo.py -t color

    or

    python target_logo.py --theme color

    color: (Default: Red, Alternate: White, Black)

    Preview:

    Target logo - Red theme

    Target logo - Red theme

    Target logo - White theme

    Target logo - White theme

    Target logo - Black theme

    Target logo - Black theme

  10. CNN
    Usage

    python cnn_logo.py -t color

    or

    python cnn_logo.py --theme color

    color: (Default: Red, Alternate: White)

    Preview:

    CNN logo - Red theme

    CNN logo - Red theme

    CNN logo - White theme

    CNN logo - White theme

  11. FedEx
    Usage

    python fedex_logo.py

    Preview:

    FedEx logo

    FedEX logo

  12. Mobil
    Usage

    python mobil_logo.py

    Preview:

    Mobil logo

    Mobil logo

  13. Spotify
    Usage

    python spotify_logo.py -t color

    or

    python spotify_logo.py --theme color

    color: (Default: Green, Alternate: Black, 2 color green, 2 color white)

    Preview:

    Spotify logo - Green theme

    Spotify logo - Green theme

    Spotify logo - Black theme

    Spotify logo - Black theme

    Spotify logo - 2 color green theme

    Spotify logo - 2 color green theme

    Spotify logo - 2 color white theme

    Spotify logo - 2 color white theme

  14. Audi
    Usage

    python audi_logo.py -t color

    or

    python audi_logo.py --theme color

    color: (Default: Black, Alternate: White)

    Preview:

    Audi logo - Black theme

    Audi logo - Black theme

    Audi logo - White theme

    Audi logo - White theme

Upcoming logo's

  • IBM logo
  • Google logo
  • Apple logo

More logo's will be added soon ...

Acknowledgements

Python turtle module: Documentation

Note

All the logo's and their copyright's belong to their respective owners.

Built with love