Skip to main content

Livia for Python

A New Frontier in Macro Development

Official Python bindings for the Livia .NET library, an avant-garde open-source C# automation framework and engine that brings reusable, extensible software architecture to Roblox macros, challenging the status quo of building automation as isolated, one-off scripts.

"Magnus ab integro saeclorum nascitur ordo" —Virgil, Eclogue IV (c. 40 BCE)

Requirements

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.12.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for livia-python 1.12.1
File Interpreter ABI Platform
livia_python-1.12.1-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details

Release files / livia_python-1.12.1-py3-none-win_amd64.whl

Download URL livia_python-1.12.1-py3-none-win_amd64.whl
Size 51.7 kB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
5bcd2754bd84b15a8085d5e014452b4a04fe5e314980d3302594818dc8f83fc4
BLAKE2b-256 checksum
How to use checksums
d16578e9d01733b32176995f888214f28720c53bad0cee72d920c7f2652e32e2
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 23, 2026.

Transparency log

Release history Release notifications | RSS feed

1.16.0

1 release file

1.15.0

1 release file

1.14.0

1 release file

1.13.0

1 release file

This release

1.12.1 This release

1 release file

1.12.0

1 release file

1.11.2

1 release file

1.11.1

1 release file

1.11.0

1 release file

1.10.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page