Skip to content

Commit 40da77c

Browse files
authored
Update README.md
1 parent 29b2c81 commit 40da77c

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Easy Chess GUI
22
A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users can also load a chess engine and play with it. This program is based on a [demo chess against ai](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/Chess) from PySimpleGUI.<br>
33

4-
![](https://i.imgur.com/UUHFfym.png)
4+
![](https://i.imgur.com/1T27kX0.png)
55

66
### A. Requirements
77
Windows exe file will be available upon release. In the meantime to get it running the following are required.
@@ -10,7 +10,14 @@ Windows exe file will be available upon release. In the meantime to get it runni
1010
* PySimpleGUI 4.0.0 and up
1111
* Pyperclip
1212

13-
### B. Installation
13+
### B. Features
14+
##### 1. Save games to repertoire pgn files
15+
![](https://i.imgur.com/iXO2abq.png)
16+
17+
##### 2. Install uci engine of your choice
18+
![](https://i.imgur.com/GErKZFy.png)
19+
20+
### C. Installation
1421
1. If you want to run from the source code
1522
* Python Easy Chess GUI<br>
1623
Download the files including the Images, Engines and Book directories. You can use your favorite uci chess engine like stockfish by copying it into the engines dir.
@@ -28,7 +35,7 @@ pip install pyperclip
2835
2. If you want to run from the exe
2936
* Download the exe file from the release link
3037

31-
### C. How to
38+
### D. How to
3239
#### To start the gui
3340
* Execute python_easy_chess_gui.py<br>
3441
Typical command line:<br>

0 commit comments

Comments
 (0)