Book Sorting GUI Source code for a GUI that stores and sorts library books according to publication information. Install dependencies pip install pyinstaller pip install numpy==1.19.3 pip install Pillow Make an executable pyinstaller --onedir --windowed Book_Sorting.py