issues
search
fsmosca
/
Python-Easy-Chess-GUI
A Chess GUI based from Python using PySimpleGUI and Python-Chess.
GNU Lesser General Public License v3.0
161
stars
52
forks
source link
Delete player in a PGN file
#32
Closed
fsmosca
closed
5 years ago
fsmosca
commented
5 years ago
[x] Create "Delete Player" submenu under Tools menu on Neutral mode.
[x] Create new window when Delete Player is pressed.
[x] Create Text, Input, and FolderBrowse elements for pgn loading.
[x] Create Listbox element to display player names from the PGN file.
[x] Create OK button.
[x] Read pgn file and extract player names and show it in Listbox.
[x] If user selects a player from Listbox delete that player when user pressed OK button.