#GUI
+#PySimpleGUI
import PySimpleGUI as sg
layout = [[sg.Text("What's your name?")], [sg.Input()], [sg.Button('Ok')]]
window = sg.Window('Window Title', layout)
diff --git a/parse.js b/parse.js
index db16828..f4eebcd 100755
--- a/parse.js
+++ b/parse.js
@@ -26,7 +26,7 @@ const TOC =
' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque],\n' +
' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' +
' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,\n' +
- ' NumPy, Image, Audio, Games, Data, GUI]\n' +
+ ' NumPy, Image, Audio, Games, Data, GUI]\n' +
'}\n' +
'
\n';