Plugin to Sublime Text 2 and 3. Add a context menu to Side Bar create a Python module.
Whenever you need to create a new module, just right click on the base folder and select Create Python Package. It will ask for a module name, and it will:
- create a new folder with the given name
- and add a __init__.py file to it
- and open a new file to edit
Using Sublime Package Manager, install the Python Create Package Or clone and copy the contents to your Sublime Packages folder
You can get the latest code, make suggestions or report bugs at https://github.com/curaloucura/SublimePythonPackage