2 dépôts
Tools and frameworks for developing and packaging mobile applications using the Python language.
Distinguishing note: No candidates specifically covered the intersection of Python language and mobile app development lifecycle.
Explore 2 awesome GitHub repositories matching mobile development · Python-Based. Refine with filters or upvote what's useful.
Kivy is a cross-platform Python GUI framework used to build graphical user interfaces that run on desktop and mobile operating systems from a single codebase. It functions as a multi-touch UI library and a custom widget toolkit, providing a development environment for packaging Python applications into binary installations for Android and iOS. The framework is distinguished by its ability to handle complex multi-touch gestures and interactive input across various devices. It utilizes a specialized domain language for declarative UI construction to separate visual layout definitions from Pytho
Enables the development and packaging of Python applications for installation on Android and iOS devices.
Briefcase is a cross-platform build tool and native app packager that converts Python projects into standalone applications. It functions as a deployment framework designed to package Python code into binaries for desktop, mobile, and web platforms. The project utilizes a plugin-based architecture, allowing users to extend platform support and integrate new operating systems or specialized installation formats into the build process. The system handles cross-platform development through a configuration-driven build process. This covers capabilities including project generation from templates
Converts Python code into native installers for iOS and Android devices without requiring platform-specific code.