You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users
3
3
4
4

5
5
6
-
### Requirements
6
+
### A. Requirements
7
7
Windows exe file will be available upon release. In the meantime to get it running the following are required.
8
8
* Python 3.7 and up
9
9
* Python-chess v0.28.0 and up
10
10
* PySimpleGUI 4.0.0
11
11
* Pyperclip
12
12
13
-
### Installation
13
+
### B. Installation
14
14
* Python Easy Chess GUI<br>
15
15
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.
16
16
* Python 3<br>
@@ -25,7 +25,7 @@ pip install pysimplegui
25
25
https://github.com/asweigart/pyperclip<br>
26
26
pip install pyperclip
27
27
28
-
### How to play
28
+
### C. How to play
29
29
* Execute python_easy_chess_gui.py<br>
30
30
Typical command line:<br>
31
31
`python python_easy_chess_gui.py`
@@ -63,7 +63,7 @@ Typical command line:<br>
63
63
#### To Hide/Unhide Book info
64
64
* Press the Book 1 or Book 2 text
65
65
66
-
### GUI/User process flow
66
+
### D. GUI/User process flow
67
67
1. This app has 2 modes Neutral and Play. After executing the app the user is brought to Neutral mode.
0 commit comments