Skip to content

snakebyte-dev/beeware-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🐍 BeeWare Tutorial Log

A simple reference log confirming successful completion and deployment of the BeeWare tutorial project.

βœ… Deployment Success

The Python app was successfully built and launched on all key targets:

Platform Artifact Environment / Device
Development Native App Developer Mode
Android .apk Physical (Galaxy Tab A9+) & Emulator (Pixel 7 Pro)
Desktop Standalone .exe Windows
Web Single Page App Local Browser

βš™οΈ BeeWare Development Flow

The commands below are ordered chronologically based on a typical new BeeWare project workflow. [p] indicates a platform target (windows, android, or web).

Command Description
briefcase new Bootstrap a new project (initial setup).
briefcase create [p] Generate platform template files for a target.
briefcase dev Run app in developer mode for fast iteration.
briefcase update [p] Sync code and requirements into the platform package.
briefcase build [p] Compile the native package/installer.
briefcase run [p] Launch the built app on device/emulator/browser.
briefcase run -u -r [p] Convenience shortcut: Update, Build, and Run.

About

Following along with the BeeWare tutorial (cross-platform) python app framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages