I have created a Python Program that converts strings into images at run time , using PIL's Image Draw module.
I want to run this program interfaced with a simple web form that should display a text field to input the string and on pressing a button , it should display the string converted as an image.
Would be a great deal of help if one could precisely guide me as to how i can go about and achieve this ?
PS:I have downloaded the Python Web Module as of now and im currently exploring it, just in case that helps.