diff --git a/README.md b/README.md
index a7f6a28..555d058 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Contents
** ** **5. Data:** ** ** **[`JSON`](#json)**__,__ **[`Pickle`](#pickle)**__,__ **[`CSV`](#csv)**__,__ **[`SQLite`](#sqlite)**__,__ **[`Bytes`](#bytes)**__,__ **[`Struct`](#struct)**__,__ **[`Array`](#array)**__,__ **[`Memory_View`](#memory-view)**__,__ **[`Deque`](#deque)**__.__
** ** **6. Advanced:** ** ** **[`Threading`](#threading)**__,__ **[`Operator`](#operator)**__,__ **[`Introspection`](#introspection)**__,__ **[`Metaprograming`](#metaprograming)**__,__ **[`Eval`](#eval)**__,__ **[`Coroutines`](#coroutines)**__.__
** ** **7. Libraries:** ** ** **[`Progress_Bar`](#progress-bar)**__,__ **[`Plot`](#plot)**__,__ **[`Table`](#table)**__,__ **[`Curses`](#curses)**__,__ **[`Logging`](#logging)**__,__ **[`Scraping`](#scraping)**__,__ **[`Web`](#web)**__,__ **[`Profile`](#profiling)**__,__
-** ** **[`NumPy`](#numpy)**__,__ **[`Image`](#image)**__,__ **[`Audio`](#audio)**__,__ **[`Games`](#pygame)**__,__ **[`Data`](#pandas)**__,__ **[`GUI`](#pysimplegui)**__.__
+** ** **[`NumPy`](#numpy)**__,__ **[`Image`](#image)**__,__ **[`Audio`](#audio)**__,__ **[`Games`](#pygame)**__,__ **[`Data`](#pandas)**__.__
Main
diff --git a/index.html b/index.html
index 45e8846..d88fccf 100644
--- a/index.html
+++ b/index.html
@@ -240,7 +240,7 @@ pre.prettyprint {
'5. Data': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque],
'6. Advanced': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],
'7. Libraries': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,
- NumPy, Image, Audio, Games, Data, GUI]
+ NumPy, Image, Audio, Games, Data]
}
diff --git a/parse.js b/parse.js
index affd313..04999db 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]\n' +
'}\n' +
'\n';
diff --git a/web/script_2.js b/web/script_2.js
index 571d3dc..c61a69c 100644
--- a/web/script_2.js
+++ b/web/script_2.js
@@ -7,7 +7,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]\n' +
'}\n';
const TOC_MOBILE =
@@ -35,8 +35,7 @@ const TOC_MOBILE =
' \'7. Libraries\': [Progress_Bar, Plot, Table,\n' +
' Curses, Logging, Scraping,\n' +
' Web, Profile, NumPy,\n' +
- ' Image, Audio, Games, Data,\n' +
- ' GUI]\n' +
+ ' Image, Audio, Games, Data]\n' +
'}\n';