phosh-mobile-settings

Phosh and related settings for mobile

Mobile Settings allows one to configure some advanced settings of the Phosh mobile environment that would otherwise involve using the command line.

phosh-tour

Short introduction to phosh on smartphones

Phosh tour gives a short visual introduction on how to use phosh on a smartphone explaining the available gestures for navigation, quick settings, etc.

python3-pyschlage

Library for controlling Schlage Wi-Fi locks via cloud API

This library provides an interface to interact with Schlage Encode Wi-Fi locks through Schlage's cloud API. Designed to handle lock management remotely, it offers functionality to query lock status, initiate locking and unlocking commands, and manage associated features such as keypad settings and battery level monitoring. The library connects to Schlage's cloud service, allowing it to communicate seamlessly with devices to facilitate remote access and control of your smart lock systems. Ideal for integrating with automation platforms that support IoT devices, this library supports accessing lock data and command execution over the network with ease.

python3-py-serializable

Library for {de,}serializing Python classes to and from JSON and XML

This Pythonic-library can be used to magically handle serialization of your Python Objects to JSON or XML and de-serialization from JSON or XML back to Pythonic Object instances.

phosh-wallpapers

Wallpapers for Phosh

Wallpapers for Phosh intended for use on mobile phones as lockscreen background. For docked usage some typical desktop sizes are provided as well.

pyinstaller

Utility to bundle a Python application into a single package

PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files and puts them with your script in a single folder, or optionally in a single executable file.