Home

Awesome

nibbler

Nibbler is officially end of life. Check out the swiftDialog project if you need similar functionality to nibbler.

Examples

The best way to play with nibbler is to download this git repo and play with the two example files.

  1. Download this repo:

    git clone https://github.com/macadmins/nibbler.git
    cd nibbler/examples
    
  2. Now you can choose between running the sweet_example.py and sam_example.py scripts.

Getting Started

Now that you've seen what nibbler does from the examples you'll likely want to build your own dialog box. To get started you'll need:

Once the requirements above are meet we're able to create our dialog.

  1. Launch Xcode.
  2. From your menu bar select File > New > File....
  3. For the correct template in Xcode 8, select macOS and in User Interface select Window.
  4. Click Next and you'll be prompted to save your file. Select a name and location.
  5. Now we need to get this file into a .nib file. From your menu bar select File > Export.... Make sure and change your File Format to Interface Builder Cocoa NIB.
  6. Now you need to write the python code to connect your elements.

Tips