Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kruftmeister/go-excusegen
- Owner: kruftmeister
- License: mit
- Created: 2017-03-23T09:38:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T22:01:49.000Z (almost 6 years ago)
- Last Synced: 2024-05-22T18:32:34.844Z (6 months ago)
- Language: Go
- Homepage:
- Size: 275 KB
- Stars: 38
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)