Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsoch/banner-maker
Dynamically generate svg banner with text content (flask application)
https://github.com/vsoch/banner-maker
banner-maker flask
Last synced: 24 days ago
JSON representation
Dynamically generate svg banner with text content (flask application)
- Host: GitHub
- URL: https://github.com/vsoch/banner-maker
- Owner: vsoch
- License: mit
- Created: 2015-06-27T23:33:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T16:23:13.000Z (over 5 years ago)
- Last Synced: 2024-05-01T21:40:13.612Z (6 months ago)
- Topics: banner-maker, flask
- Language: HTML
- Size: 68.4 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# banner-maker
A flask application to dynamically generate a vector (svg) graphic for a banner with text, font, and colors of choice.
The preview is no longer running, but you can test the Docker container:```bash
$ docker run -p 5000:5000 vanessa/banner-maker
* Serving Flask app "index" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: on
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 242-995-159
```And see the result:
![docs/img/banner-maker.png](docs/img/banner-maker.png)