Skip to content

Commit 140eefc

Browse files
committed
Update category name
1 parent 59d2a55 commit 140eefc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)