Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrustic/megawidget
Megawidgets for desktop app
https://github.com/pyrustic/megawidget
app beautiful desktop desktop-app frontend gui library lightweight megawidget pyrustic python tkinter widget widget-collection
Last synced: about 2 months ago
JSON representation
Megawidgets for desktop app
- Host: GitHub
- URL: https://github.com/pyrustic/megawidget
- Owner: pyrustic
- License: mit
- Created: 2021-06-22T21:57:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T20:36:14.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T03:23:41.317Z (2 months ago)
- Topics: app, beautiful, desktop, desktop-app, frontend, gui, library, lightweight, megawidget, pyrustic, python, tkinter, widget, widget-collection
- Language: Python
- Homepage: https://pyrustic.github.io
- Size: 150 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Megawidget
A collection of useful widgets for your Tkinter Python appsThis project is part of the [Pyrustic Open Ecosystem](https://pyrustic.github.io).
[Installation](#installation) | [Reference](https://github.com/pyrustic/megawidget/tree/master/docs/reference#readme)
## Overview
The `megawidgets` are extensively used in multiple projects:
- [Hubstore](https://github.com/pyrustic/hubstore): a desktop app to distribute, promote, discover, manage, install, and run Python apps.
- [Dresscode](https://github.com/pyrustic/dresscode): high-productivity framework to build desktop apps.
- [Jupitest](https://github.com/pyrustic/jupitest): graphical test runner.
- [Rustiql](https://github.com/pyrustic/rustiql): graphical SQLite editor.
- and more...Read the [reference](https://github.com/pyrustic/megawidget/tree/master/docs/reference#readme) !
## Installation
```bash
pip install megawidget
```