iphaiku - generates a unique haiku poem from your official IP address

I recently came across a tiny python library called pyhipku, which converts an IP address, either IPv4 or IPv6, to a haiku poem. It uses a predefined dictionary all open source.

I wanted to make a frontend for this small library and using python and flask I set up a page for this: http://apps.hoyd.net/iphaiku/

I used the opportunity to learn responsive webdesign, using HTML and viewport CSS. The site should be resizing the content completely fluently according to the screen size viewing the page.

[video width=“1280” height=“720” mp4="/wp-content/uploads/2017/03/o_responsive.mp4"][/video]

So, go to http://apps.hoyd.net/iphaiku/ and find your unique haiku poem, just for you. You can also find the source code at GitHub.