gravures / gtk4Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Gtk4 Application Example

A example for building a cross-platform libadwaita and Gtk4 application in python.

Requirements

  • micromamba
  • conda-lock

Building

conda-lock lock -f pyproject.toml
micromamba create --always-copy --prefix ./.venv --file conda-lock.yml

About

License:GNU General Public License v3.0


Languages

Language:Python 55.1%Language:Meson 44.9%