Alex-02/book-tournament
Update Style.py
Update screens/WinnerScreen.py
Update screens/WinnerScreen.py
Update screens/WinnerScreen.py
Update screens/UploadScreen.py
Update README.md
removed print statements for debugging
added back a print statement for debugging
added back a print statement for debugging
added devcontainer back
fixed a bug for description and cover url
removed all print statements from code, unnecessary comments, and other debugging support from code
Added Dev Container Folder
removed test booklists
added requirements.txt
Merge branch 'main' of https://github.com/Karin987/BookChooser
test commit
Design changes, added Style file for fonts, limited max file size
Duplication issue fix with threading
implemented a progress bar for user feedback during metadata look-up process
missing metadata looked up after start button, minor changes to filter logic on uploadscreen, added 'series' as book metadata
minor changes to displayed information
added configuration file to change theme colors
designed winner page, added button to start a new round
fixed book picker button logic
fixed book picker button logic
moved block to read in and print book data to under "if temp_book_list not in st.session_state to solve issue about reloading everything with every click
Added st.session_state to all instances of final_book_list
BookTournament now used only to launch the app, code moved to UploadScreen. Bugfixes in UploadScreen, some logic added in SelectorScreen
added columns and clickable book covers to SelectorScreen
updated comments
selectorscreen now prints information of two random books
selectorscreen now prints information of two random books
read in file from streamlit, added files with test data, updates to logic in BookTournament, added comments about some stuff that remains to be done
read in file from streamlit, added files with test data, updates to logic in BookTournament, added comments about some stuff that remains to be done
drafted page 1 of GUI in streamlit
various structure updates
import streamlit to view
05.11 provisional structure try
05.11 csv reader updated, merged with isbn viewer
05.11 csv reader updated
05.11 csv reader updated
added .csv file and method to get isbn from title
Comment because I have to 05.11
got description and thumbnail from isbnlib
added first python class to project
minor updates to readme to check if it works
Initial commit
