gatesphere / nod

Number of the day page generator - stupid and simple, so public domain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nod

Number of the day page generator - stupid and simple, so public domain.

example

Prints out a random animal saying a random number in the form of a web page. Intended to be used as a cgi script. Here's an example of the output:

 __________________________
/    Today's number is:    \
|                          |
|      _  _     _____      |
|     | || |   |___ /      |
|     | || |_    |_ \      |
|     |__   _|  ___) |     |
|        |_|   |____/      |
\                          /
 --------------------------
    \                                  ___-------___
     \                             _-~~             ~~-_
      \                         _-~                    /~-_
             /^\__/^\         /~  \                   /    \
           /|  O|| O|        /      \_______________/        \
          | |___||__|      /       /                \          \
          |          \    /      /                    \          \
          |   (_______) /______/                        \_________ \
          |         / /         \                      /            \
           \         \^\\         \                  /               \     /
             \         ||           \______________/      _-_       //\__//
               \       ||------_-~~-_ ------------- \ --/~   ~\    || __/
                 ~-----||====/~     |==================|       |/~~~~~
                  (_(__/  ./     /                    \_\      \.
                         (_(___/                         \_____)_)

Currently used as an educational tool in a 2nd grade classroom.

requirements

  • cowsay
  • figlet
  • python 2
  • a web server

installation

  • Just set up your server to use python to execute .py files as cgi.

license

Public domain. Go wild!

About

Number of the day page generator - stupid and simple, so public domain.

License:The Unlicense


Languages

Language:Python 100.0%