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.

python3-pyinstaller

Python modules 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.

python3-pynx584

Interface library and server for NX584 alarm panels

This library allows interaction with NetworX alarm panels via the NX584 interface module. It supports both ASCII and Binary home automation protocols, facilitating communication with various alarm panels, such as the NX4/6/8/8E models. It is designed to enable control and monitoring of alarm systems by connecting to a host device over a local serial port or via a Serial-over-LAN device. Users can access data about alarm zones and status, with features including zone status updates and system status requests, among others.

python3-tilt-ble

Parser library for Tilt BLE devices

This library provides functionalities to parse data from Tilt Bluetooth Low Energy (BLE) devices. It enables communication and data extraction from Tilt Hydrometers and Thermometers, which are used to measure gravity and temperature. The library listens for incoming BLE signals, interprets the data packets, and makes the parsed information available for further use. Whether it’s for monitoring or analysis, this library simplifies interaction with Tilt BLE devices.

gorst

Go implementation of reStructuredText (command line)

This is a Go implementation of reStructuredText. developed on the basis of Go markdown module implemented by Michael Teichgräber.