Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rug-gui/csstk
Use CSS styling in Tkinter apps
https://github.com/rug-gui/csstk
Last synced: 2 months ago
JSON representation
Use CSS styling in Tkinter apps
- Host: GitHub
- URL: https://github.com/rug-gui/csstk
- Owner: rug-gui
- License: mit
- Created: 2021-11-19T14:41:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T02:05:13.000Z (about 3 years ago)
- Last Synced: 2023-11-28T16:58:10.092Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cssTk
### To-Do
- Support Upto CSS 4.15
- Set Up Docs### Features *
- Corner Radius
- Gradient BG
- Blur
- Animations### Usage Scenarios
- Allows easy import of GTK 3 and GTK2 themes directly for your Tkinter/python app
- Implement any HTML structure or XML structures as Tkinter/Python app
- Easy transition from Web to GUI devs
- Provide animations to any Tk widgets
- Create a better and responsive UI
- Use widgets or components support styled from Popular CSS Frameworks(Tailwind,Bootstrap,DaisyUi)
- Convert CSS to Tcl### Inspiration
- gynt/cssTkinter
- Andereoo/TkinterWeb
- aivarannamaa/tkinterhtmlLicense : Yet To Be Decided
*= Yet To Be Added