Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/content/sprints/beeware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "BeeWare"
numberOfPeople: "10" # How many people you expect to be able to accommodate.
pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced.
contactPerson: # The main person to reach out to regarding the sprint.
name: "Malcolm Smith"
email: "smith@chaquo.com"
github: "mhsmith"
links: # Add as many links as relevant.
- title: "Tutorial"
url: "https://tutorial.beeware.org/"
- title: "Sprint guide"
url: "https://beeware.org/contributing/sprint-guide/"
- title: "Contribution guide"
url: "https://beeware.org/contributing/guide/"
---

Do you want to write an app for your phone or computer using nothing but Python?
Have you got some Python code that you'd like to distribute to users as a
standalone installer? Do you use or maintain a Python package that you'd like to
suppport Android or iOS?

BeeWare is a collection of libraries and tools for building a cross-platform
native graphical user interface using nothing but Python, and then packaging
your Python code as a standalone app for distribution on macOS, Windows, Linux,
iOS, Android, or as a single-page web app. No matter your level of experience,
we can find a way for you to contribute to BeeWare.
Loading