Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 461 Bytes

Chessreader

For now is a simple chess widget made with PyQt5 and python-chess. The general intend is to convert this widget into a pgn reader where you could also play chess. I also made use of Fuge Icons.

  • To install the requirements:
pip install -r requirements.txt
  • To execute the program just make:
python main.py