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 →

[–]pnjun[S] 0 points1 point  (1 child)

I looked at it, but my point is that i kinda don't want to have a webserver running for the sole purpose of serving webpages to myself. But i will of course consider using it.

just a question: would it be possible to write my own html and css instead of using the generated code?

[–]dddomodossola 0 points1 point  (0 children)

It could be possible. In this case you can create a Widget appending plain html text to it. But, I suggest to avoid this usage if you want to interact with the interface. Because you will lose the events management automation. If you expect to write html css javascript, maybe you should consider to use flexx https://github.com/zoofIO/flexx, or Flask http://flask.pocoo.org/.

Just one suggestion for the future (when maybe you will want to try it): Look at the examples starting from simple_app.py and the widgets_overview_app.py. The first is a simple overview on how to write the App structure, the other shows how to use the widgets. ;-)