anthonyeden / ProPresenter-Stage-Display-Python

A Python implementation of the ProPresenter Stage Display - for Raspberry Pi
https://mediarealm.com.au/propresenter-pi/
GNU General Public License v3.0
27 stars 4 forks source link

Windows: Tkinter case sensitivity #2

Open anthonyeden opened 7 years ago

anthonyeden commented 7 years ago

This can be caught and fixed easily.

anthonyeden commented 6 years ago

Hey @ksigWyatt, It runs fine on Mac OS X (I use this platform for my own development). A couple of things don't work quite the same as Raspberry Pi - such as fullscreen and cursor hiding.

Tkinter is a GUI library.

You can develop on the same machine as ProPresenter, but you need to input your machine's local IP (not loopback address), as I don't think ProPresenter binds to the loopback.

I hope this helps.