You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2829,12 +2829,12 @@ <h3>Gerapy</h3>
2829
2829
<hrclass="my-4">
2830
2830
2831
2831
<!--GUI and TUI-->
2832
-
<divclass="category" id="GUI and TUI">
2833
-
<h3class="mt-4 display-6">GUI and TUI</h3>
2832
+
<divclass="category" id="GUI/TUI Apps">
2833
+
<h3class="mt-4 display-6">GUI/TUI Apps</h3>
2834
2834
<p>
2835
2835
Python frameworks are an excellent choice for graphical user interface (GUI) and text-based user interface (TUI) development,
2836
2836
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.
2838
2838
Python's readability and ecosystem streamline development for various purposes, ensuring a broad user reach.
<p><smallclass="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>
0 commit comments