Livia for Python
A New Frontier in Macro Development
Official Python bindings for the Livia .NET library, an open-source C# automation library for building Roblox macros and applications.
"Magnus ab integro saeclorum nascitur ordo" —Virgil, Eclogue IV (c. 40 BCE)
Requirements
- Python 3.11 or later
- .NET 10 Desktop Runtime
- Windows 11 x86-64
Installation
Livia can be added to an existing Python project by adding the package:
pip install livia-python # -> import livia
API Usage
The public Livia APIs are exposed directly through the livia package.
import livia
print(livia.WindowUtils)
Livia APIs that accept .NET-specific types require the corresponding Python.NET type.
For example, WindowUtils.ForceFocusWindow accepts a System.IntPtr because an
HWND is represented by IntPtr in the .NET API.
import livia
from System import IntPtr
hwnd = IntPtr(12345678)
if livia.WindowUtils.ForceFocusWindow(hwnd):
print("Window focused")
The Python package uses Python.NET to expose the underlying .NET APIs.
Release files for livia-python 1.10.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| livia_python-1.10.1-py3-none-win_amd64.whl | Python 3 | none | Windows x86-64 | Details |
Release files / livia_python-1.10.1-py3-none-win_amd64.whl
| Download URL | livia_python-1.10.1-py3-none-win_amd64.whl |
|---|---|
| Size | 43.9 kB |
| Tags | Python 3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
93fd42866344aaeb82d477d8e28879895a1f6143d316ab589048b52559b85c2b
|
|
BLAKE2b-256 checksum How to use checksums |
3880953f6bb8e86334a708ae240ded81586ae84250741133279652fe34fbccc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency log