Skip to content

Commit d8d7b3d

Browse files
authored
Update README.md
1 parent 6c426a3 commit d8d7b3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ Learn how to build visual Python apps with these Python GUI examples.
33

44
# Installation
55
pip install delphifmx
6+
7+
# Description
8+
Discover the magic of creating interactive visual applications using Python with our comprehensive selection of Python GUI examples. Each example is crafted to enhance your understanding of the DelphiFMX for Python library and provide you with hands-on experience. Whether you're just dipping your toes in or you're an experienced developer looking for advanced challenges, these examples have something for everyone. The collection starts with simple tasks such as '01-HelloWorld' and '02-HelloWorldClass' which introduce the basics of creating and styling GUI elements.
9+
10+
The complexity then gradually builds up with '03-HelloWorldStyled' and '04-HelloWorldForm', taking you through the process of designing and enhancing the appearance of your Python GUIs with styles. The examples don't stop there. As you continue your journey, you will encounter '05-HelloWorldFormStyled' and '06-OnChangeTracking' where you'll start dealing with events and interaction with the user interface. From '07-OnClick' to '08-SimpleTabs', you'll delve into more advanced interaction patterns and create a tabbed interface. Finally, with '09-Fullscreen' and '10-ProgressBar', you'll take the user experience to the next level by implementing a full-screen mode and displaying progress in a visually engaging way. Through these examples, you'll be mastering the craft of Python GUI programming with DelphiFMX in no time.

0 commit comments

Comments
 (0)