Is it possible to use Python to customize all interface?
24 Apr 2024 01:32 #298957
by timaer
Is it possible to use Python to customize all interface? was created by timaer
Hi,everyone ,I'm going to build a machine with lathe and 4 axis milling function,and to the software developing part ,after reading the official doc of the linuxcnc .it looks that the linuxcnc could be used as a python module.So I'm going to use Python with Tkinter to bulid the GUI interface,and use the linuxcnc python module to control the machine,that's only a plan ,but I dont know if it can be really workable ? Has anyone done this like before ,welcome any advices or comments.Thanks
Please Log in or Create an account to join the conversation.
24 Apr 2024 07:25 #298973
by Aciera
Replied by Aciera on topic Is it possible to use Python to customize all interface?
Sure, Axis gui uses python and tkinter (and also tcl) while gmoccpy gui uses python and gtk and qtdragon uses python and qt.
The following user(s) said Thank You: timaer
Please Log in or Create an account to join the conversation.
24 Apr 2024 08:04 #298975
by timaer
Replied by timaer on topic Is it possible to use Python to customize all interface?
Thank you ,and I think the pure tkinter is too old-fasioned ,I 'd like to import some third part open-source lib such as CustomerTkinter, that looks better .
Please Log in or Create an account to join the conversation.
24 Apr 2024 08:57 #298978
by RDA
Replied by RDA on topic Is it possible to use Python to customize all interface?
If it does not have to be tkinter maybe check also kivy?
The following user(s) said Thank You: timaer
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds