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
Post a Comment