This application is a web wrapper around a python base converion function. Pass any integer into the function along with a specificed Base between 2-36. Returned to you will be your queried conversion as well as default results in base 2, 10, and 16.
This application is wrapped and served by the bottlepy webserver. This project is a nascent exploration into micro python web frameworks. The primary logic for this application resides on the webserver and is pushed to the template via a client side ajax call.