briefcaseEasy Examples

BeeWare: package Python apps for Windows, macOS, Linux, iOS, Android

Getting started with briefcase

Installation and basic usage of briefcase.

python
# Install: pip install briefcase
import briefcase

# Basic briefcase usage
print(f"Using briefcase")
# See documentation for detailed examples
Expected Output
# Expected output shown below
# (Run locally with: briefcase)

briefcase is a third-party package. BeeWare: package Python apps for Windows, macOS, Linux, iOS, Android. Install with: pip install briefcase

Common briefcase operations

Frequently used features of briefcase.

python
# Install: pip install briefcase
import briefcase

# Common briefcase patterns
print(f"briefcase version: {briefcase.__version__}")

These are the most commonly used features of briefcase in everyday development.

Want to try these examples interactively?

Open Easy Playground