Coder Social home page Coder Social logo

django-tee-generator's Introduction

django-tee-generator

django-tee-generator is a Django Application that generates an image of a tshirt based on provided parameters.

Install

Add tee to the list of installed application in settings.py.

INSTALLED_APPS = [
    ...
    'tee',
    ...
]

Then make sure to include the URLs in your project urls.py

urlpatterns = [
    ...
    path('tee/', include('tee.urls')),
    ...
]

Note: The application does not come with the required TrueType fonts so you will need to drop them into the assets directory.

Copy Avenir Next.ttc and Helvetica.ttc in tee/assets

Usage

Browse to your application with the following URL:

/tee/create/{shape}/{color}/{text color}/{font}/{lines}/{filename}.png

The shape can only be crew to generate a crew t-shirt. (Someday the V-Neck tshirt mask could be added to have multiple shapes)

color and text color must be HEX colors with 6 characters.

font can either be Avenir or Helvetica.

lines will be the text that will be printed on the t-shirt. Each line needs to be separated by a /.

filename can be arbitrary but will be the name contained in the HTTP response for the file.

Example:

http://localhost:8000/tee/create/crew/40E0D0/207068/Helvetica/Soba&/Udon&/Somen&/Ramen./noodles.png

This will generate the following:

Noodles

django-tee-generator's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.