Alex-02/book-tournament
0
BookTournament Project
An app that helps the user choose their next book from an exported Goodreads list.
Run by typing "streamlit run BookTournament.py" in terminal class getting some metadata, a description and cover incl thumbnail from isbnlib Important: input ISBN13 (not ISBN10)
Steps needed for it to work:
- add a local virtual environment for the project
- install pip: right-click project, open in Terminal. In terminal type: py -m ensurepip --upgrade
- install isbnlib: in terminal type: pip install isbntools
- upgrade setuptools: in terminal type: pip install --upgrade setuptools
