Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 556 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 556 Bytes

Liar's Dice implemented in python

First run pip install -r requirements.txt. Then run main.py.

If the application doesn't respect the system theme and it bothers you:

If app doesn't stop with Stop button (Ctrl+F2) in PyCharm, you can still close with Ctrl+W or close button from inside the app, or set environment variable PYDEVD_PYQT_MODE to pyside. This should also fix debugging breakpoints not working.