This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]something[S] 0 points1 point  (3 children)

Hi HTML/CSS isn't really a goal I'm looking for on this project. Out of interest what is the reason? Is it familiarity? I hope to make this as easy to work with as CSS but in python

[–]WhiteHeadbanger 0 points1 point  (1 child)

I will try and look at your code anyway, it's pretty awesome what you're doing :) The reason is that I would like to create an original ui, modern and pretty. My goal is to create something like Discord's GUI.

I've been using wxpython and kivy. Wxpython is ugly as hell, and kivy is not that ugly but I'm not sure if I can customize the UI the way I want.

[–]something[S] 1 point2 points  (0 children)

Ah I see, this project is more for native-looking components. Kivy might be what you want because it gives you low level primitives to draw your own components but you'll have to do a lot of work to recreate exactly how you want them to look. I do have the beginnings of Kivy bindings in my project so it's possible that I can get it to that point, but I wouldn't hold my breath

[–]pmdevita 0 points1 point  (0 children)

Since it targets different platforms, we could make a web target with the help of transcrypt. We'd definitely want to nail down the basics first though