fabric
fabric copied to clipboard
next-gen framework for building desktop widgets using Python
ricing made easy! 🍙
What is this?
Fabric is a python widgets ~~thing~~ framework made for *Nix based systems (Wayland and X11), using GTK+
Fabric aims to provide you high-level and signal-based flow, neither polling nor bash scripting is required to do basic stuff, old men!
Also Fabric is configured in python which make's it easier than ever!
[!NOTE] Please note that Fabric is still a work in progress, also the API is a subject to change.
For discussions and questions, join us on discord
Fabric Wiki: https://fabric-development.github.io/fabric-wiki/
key features
-
Simple yet Powerful
asking how simple actually it is?
- head over to examples
-
X11 and Wayland ready!
-
All python modules are accessible to you!
-
Code auto-completions ready!, see the stubs guide for more info: TBD
-
Less resource usage
since everything can be written within the widget code this will no longer require you using external scripts, this will decrease the widget resource usage
Showcase Section
these are some bars/widgets made using Fabric
- example files
Hacking and Contributing
seek over our wiki pages