Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Repository files navigation

py-placeholder

Generate dynamic multi color box or dummy images, just like "Lorem Ipsum" text :D

Local Development

docker-compose up/down # to start or remove the server

# e.g. http://0.0.0.0:5000/?width=500&height=400&bgcolor=white&textcolor=black
# Options:
width:
  type: int
  default: 300
height:
  type: int
  default: 200
bgcolor:
  type: str
  default: darkgrey
text:
  type: str
  default: 300x200
textcolor:
  type: str
  default: black
textsize:
  type: int
  default: 20
textalign:
  type: str
  default: center
# textalign=center
# textalign=bottom,left
# textalign=bottom,right
# textalign=top,left
# textalign=top,right

License

The theme is available as open source under the terms of the MIT License.

About

Generate dynamic multi color box or dummy images, just like "Lorem Ipsum" text :D

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages