DEV Community

Cover image for Draw Yu-Gi-Oh! Card on the command line
Peperoncino
Peperoncino

Posted on

Draw Yu-Gi-Oh! Card on the command line

I developed cli tool to draw Yu-Gi-Oh! card.
Because I am a duelist.

Requirements

  • Go

Usage

1. install

$ go get github.com/Doarakko/draw

2. run

$ draw

In conclusion

I used Yu-Gi-Oh! API by YGOPRODeck to get Yu-Gi-Oh! card image.

This is a go client library for this api.
Please use it for developing various tools!

My turn! Draw!

Latest comments (0)