Skip to content

Commit ce8ec38

Browse files
committed
Merge branch 'main' into gh-pages
2 parents c67e233 + 140eefc commit ce8ec38

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

index.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2829,12 +2829,12 @@ <h3>Gerapy</h3>
28292829
<hr class="my-4">
28302830

28312831
<!--GUI and TUI-->
2832-
<div class="category" id="GUI and TUI">
2833-
<h3 class="mt-4 display-6">GUI and TUI</h3>
2832+
<div class="category" id="GUI/TUI Apps">
2833+
<h3 class="mt-4 display-6">GUI/TUI Apps</h3>
28342834
<p>
28352835
Python frameworks are an excellent choice for graphical user interface (GUI) and text-based user interface (TUI) development,
28362836
as they provide developers with versatile tools for creating cross-platform desktop applications.
2837-
Popular GUI frameworks like Tkinter, PyQT, and Kivy offer user-friendly interfaces, extensive widget libraries, and responsive design capabilities.
2837+
Popular GUI and TUI frameworks like Tkinter, PyQT, Kivy, Textual offer user-friendly interfaces, extensive widget libraries, and responsive design capabilities.
28382838
Python's readability and ecosystem streamline development for various purposes, ensuring a broad user reach.
28392839
</p>
28402840

@@ -2859,7 +2859,6 @@ <h3><a href="https://kivy.org/" target="_blank">Kivy</a></h3>
28592859
</div>
28602860
</div>
28612861

2862-
28632862
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
28642863
<div class="card p-3 text-center">
28652864
<a href="https://flet.dev/" target="_blank">
@@ -3182,6 +3181,19 @@ <h3 class="text-center"><a href="https://github.com/urwid/urwid" target="_blank"
31823181
</div>
31833182
</div>
31843183

3184+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
3185+
<div class="card p-3 text-center">
3186+
<a href="https://beeware.org/" target="_blank">
3187+
<img class="card-img-top p-3" src="static/image/logos/beeware.png" style="background-color: #000; width: 60%; height: auto;" alt="BeeWare">
3188+
</a>
3189+
<h3><a href="https://beeware.org/" target="_blank">BeeWare</a></h3>
3190+
<hr>
3191+
<p><small class="muted">Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS using rich, native user interfaces.</small></p>
3192+
<hr class="my-2">
3193+
<footer class="blockquote-footer mt-2 text-end">Write once. Deploy everywhere.</footer>
3194+
</div>
3195+
</div>
3196+
31853197
</div>
31863198
</div>
31873199
<!--End of GUI and GUI-->

static/image/logos/beeware.png

22.3 KB
Loading

0 commit comments

Comments
 (0)