Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Hello World Plugin (Python)

Your first Lunacy plugin in Python!

Installation

  1. Install dependencies:
pip install -r requirements.txt
  1. Test directly:
python3 hello.py
  1. Copy to Lunacy plugins directory:

Linux:

cp -r . ~/.local/share/Icons8/Lunacy/Plugins/hello-world-python

Windows:

xcopy /E /I . %LOCALAPPDATA%\Icons8\Lunacy\Plugins\hello-world-python

macOS:

cp -r . ~/Library/Application\ Support/Icons8/Lunacy/Plugins/hello-world-python
  1. Restart Lunacy

Usage

  1. Open Lunacy
  2. Go to Plugins menu
  3. Click Hello World (Python)Say Hello
  4. You should see a toast notification!

What it does

This simple plugin shows a toast notification with a "Hello World" message.

Next Steps

Check out the Quick Start Guide for more features like:

  • Working with selected layers
  • Modifying layer properties
  • Exporting layers