Skip to content

Commit d87c8ba

Browse files
authored
Update README.md
1 parent a749d36 commit d87c8ba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users
33

44
![](https://i.imgur.com/J09H5GX.png)
55

6-
### Requirements
6+
### A. Requirements
77
Windows exe file will be available upon release. In the meantime to get it running the following are required.
88
* Python 3.7 and up
99
* Python-chess v0.28.0 and up
1010
* PySimpleGUI 4.0.0
1111
* Pyperclip
1212

13-
### Installation
13+
### B. Installation
1414
* Python Easy Chess GUI<br>
1515
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.
1616
* Python 3<br>
@@ -25,7 +25,7 @@ pip install pysimplegui
2525
https://github.com/asweigart/pyperclip<br>
2626
pip install pyperclip
2727

28-
### How to play
28+
### C. How to play
2929
* Execute python_easy_chess_gui.py<br>
3030
Typical command line:<br>
3131
`python python_easy_chess_gui.py`
@@ -63,7 +63,7 @@ Typical command line:<br>
6363
#### To Hide/Unhide Book info
6464
* Press the Book 1 or Book 2 text
6565

66-
### GUI/User process flow
66+
### D. GUI/User process flow
6767
1. This app has 2 modes Neutral and Play. After executing the app the user is brought to Neutral mode.
6868

6969
2. In Neutral mode user can
@@ -112,7 +112,7 @@ Typical command line:<br>
112112
* Hide/unhide 2 user books
113113
* Change mode back to neutral
114114

115-
### Credits
115+
### E. Credits
116116
* PySimpleGUI<br>
117117
https://github.com/PySimpleGUI/PySimpleGUI
118118
* Python-Chess<br>

0 commit comments

Comments
 (0)