Replies: 4 comments 5 replies
-
Here are some screenshots of the toolkit |
Beta Was this translation helpful? Give feedback.
-
The editor... uses tkLineNumbers, not strictly required and is used for an easier setup (turn on/off via settings file)
None. My description goes too far. Sorry about that.
Yes for both two questions.
These 'utilities' that I wanted to mention are even not GUI-related - they are something like comparing between version. However Tkinter has a function to create a menu with items inside (no sub-menu), it should have functions about events binding and more.
Here goes the about dialog: aboutdlg = AboutDialog()
aboutdlg.SetProjectName("libtextworker")
aboutdlg.SetProjectVersion(libver)
aboutdlg.SetProjectDescription("A Python library made for GUI apps.")
aboutdlg.SetProjectSite(GITHUB_URL)
aboutdlg.SetAppTesters(["Le Bao Nguyen"])
aboutdlg.SetDevelopers(["Le bao Nguyen"])
aboutdlg.SetProjectLicense("GNU General Public License Version 3") The directory tree's auto refresh feature currently doesn't work (Tkinter widget's .event_generate() does not allow custom keyword for the file system event path) |
Beta Was this translation helpful? Give feedback.
-
Here's how the file system event should work: it pushes a new virtual event, we just bind the event to a logging widget (auto refreshing isn't available now) or show a message box (what the Tkinter test does) Ghi.Man.hinh.2024-05-29.luc.22.32.57.mov |
Beta Was this translation helpful? Give feedback.
-
@lebao3105 Thanks for giving all the details, I have added it in the database. |
Beta Was this translation helpful? Give feedback.
-
It's my own library made for my IDE, but that doesn't mean you can't use it (a new name should be here one day..)
It has:
darkdetect
I wrote all myself, plus some copy-paste-modify codes so there are many bugs here (0.1.4 now has configuration system class being broken because of using both INI and JSON in one class). Debian packaging support is coming!
Get the source code here: https://gitlab.com/textworker/libtextworker_py
Documentation: https://lebao3105.github.io/libtextworker
Available on PyPi!
Beta Was this translation helpful? Give feedback.
All reactions