Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Can i style the python desktop app ? (e.g like CSS)

What I have tried:

I found a library named "Eel". But i am not sure if it works for app.
Posted
Updated 27-May-21 22:38pm

1 solution

The only way to find out is by reading the Eel documentation. Python is a simple 'scripting' language and has no standard features to create GUI applications. There are various libraries available that may offer what you want: Graphic User Interface FAQ — Python 3.9.5 documentation[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900