Download this repository into your ~/.FLIKA/plugins directory and modify to make a plugin for flika.
All plugins are required to have the following files
- __init__.py - Plugins are python modules and have to be imported.
- about.html - The html in this file will be displayed by flika's plugin manager.
- info.xml - This specifies plugin metadata that flika's plugin manager will use and display.
- Sample Plugin #1 - demonstrates how to specify dependencies, how to connect a menu to multiple functions, and how to subclass the 'BaseProcess'.