Wordpress Simple Plugin Maker
Create your own simple WordPress plugins using the following form! Just enter the requested data and press the Bake it! button. The code for your new plugin will appear in the output section at the bottom of the form, all according to the basic plugin code detailed at the Writing a Plugin page at the wordpress.org codex.
General Wordpress Plugin Information
What Do I Do With This?
To use the generated code, simply create a text file, paste the code into it and save it. Then, rename the file's extension to PHP and upload it to your plugin folder. You could also create a ZIP file, put the PHP file into it and use the Wordpress Plugins > Add New > Upload option to upload it so you don't have to use FTP.