-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
269 additions
and
756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Intro Text --> | ||
# Megawidget | ||
<b> A collection of useful widgets for your Tkinter Python apps </b> | ||
|
||
This project is part of the [Pyrustic Open Ecosystem](https://pyrustic.github.io). | ||
|
||
<!-- Quick Links --> | ||
[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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.2 | ||
0.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,38 @@ | ||
|
||
# Reference Overview | ||
|
||
[megawidget.\_\_init\_\_](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.\_\_init\_\_.md) | ||
[megawidget.\_\_init\_\_](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.\_\_init\_\_.md#megawidget\_\_init\_\_) | ||
<br> | ||
|
||
|
||
[megawidget.\_\_main\_\_](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.\_\_main\_\_.md) | ||
[megawidget.\_\_main\_\_](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.\_\_main\_\_.md#megawidget\_\_main\_\_) | ||
<br> | ||
|
||
|
||
[megawidget.choice](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.choice.md) | ||
[megawidget.choice](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.choice.md#megawidgetchoice) | ||
<br> | ||
|
||
|
||
[megawidget.confirm](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.confirm.md) | ||
[megawidget.confirm](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.confirm.md#megawidgetconfirm) | ||
<br> | ||
|
||
|
||
[megawidget.hooking.\_\_init\_\_](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.hooking.\_\_init\_\_.md) | ||
[megawidget.pathentry](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.pathentry.md#megawidgetpathentry) | ||
<br> | ||
|
||
|
||
[megawidget.hooking.ante\_build\_hook](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.hooking.ante\_build\_hook.md) | ||
[megawidget.scrollbox](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.scrollbox.md#megawidgetscrollbox) | ||
<br> | ||
|
||
|
||
[megawidget.hooking.ante\_release\_hook](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.hooking.ante\_release\_hook.md) | ||
[megawidget.table](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.table.md#megawidgettable) | ||
<br> | ||
|
||
|
||
[megawidget.hooking.post\_build\_hook](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.hooking.post\_build\_hook.md) | ||
[megawidget.toast](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.toast.md#megawidgettoast) | ||
<br> | ||
|
||
|
||
[megawidget.hooking.post\_release\_hook](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.hooking.post\_release\_hook.md) | ||
<br> | ||
|
||
|
||
[megawidget.pathentry](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.pathentry.md) | ||
<br> | ||
|
||
|
||
[megawidget.scrollbox](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.scrollbox.md) | ||
<br> | ||
|
||
|
||
[megawidget.table](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.table.md) | ||
<br> | ||
|
||
|
||
[megawidget.toast](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.toast.md) | ||
<br> | ||
|
||
|
||
[megawidget.tree](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.tree.md) | ||
[megawidget.tree](https://github.com/pyrustic/megawidget/blob/master/docs/reference/content/megawidget.tree.md#megawidgettree) | ||
<br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
docs/reference/content/megawidget.hooking.ante_build_hook.md
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
docs/reference/content/megawidget.hooking.ante_release_hook.md
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
docs/reference/content/megawidget.hooking.post_build_hook.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.