Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kruftmeister/go-excusegen

Simple comic excuse generator, based on XKCD's compiling comic (https://xkcd.com/303)
https://github.com/kruftmeister/go-excusegen

Last synced: 3 months ago
JSON representation

Simple comic excuse generator, based on XKCD's compiling comic (https://xkcd.com/303)

Awesome Lists containing this project

README

        

Programmer's excuse generator
===========================
Simple image generator in Go, based on XKCD's famous [compiling comic](https://xkcd.com/303/).

# How to use
After having built, just execute
```
$ ./go-excusegen -long "aws is down" -short "aws"
```
which will then produce a PNG image in the root directory.

![example-excuse](example-out.png)

# License
This software is distributed under the terms of the MIT license. See LICENSE for details.

# Credit
Graphic resources (image & font) by [XKCD](https://xkcd.com)