ubuntu - How can I make better display board using python -


i beginner in python , stackoverflow

i going make better desplay using python. have ubuntu on beaglebord. want make display(it desplays datas interactively - gives output only, no input gui interaction provided) using python. here pyqt. don't know ok design better dashboard in case. possible connect minimal browser(like in atm's) desplay using python. can design using html , css.

please me

you can design ui using html , css. must use pyqt's qwebview control display these html pages below

    dashboard = qwebview()     dashboard.load("dashboard.html")     dashboard.show() 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -