This section walks you through installing Nib, creating your first project, and understanding how a Nib application is structured. By the end, you will have a working macOS menu bar app written entirely in Python.
- Installation -- Install Nib and verify your environment.
- Quick Start -- Scaffold a project and run it in under a minute.
- Your First App -- Build a counter app from scratch, step by step.
- Project Structure -- Understand the standard layout, assets, and configuration.