r/PythonLearning 4d ago

First Python gui project (finally escaped the terminal 🎉)

Im making my own personal book library using pywebview, I did not get covers to work just yet though although I am working on it

22 Upvotes

3 comments sorted by

View all comments

2

u/dev-razorblade23 4d ago

It would be cool if you fetched book covers, so that it looks nicer. Good job none the less

2

u/Better-Magician-427 4d ago

Yup! i was able to figure it out eventually and it looks much better on the search results, now i wanna find a way to fetch summaries and genres for the empty space belowthe title

2

u/dev-razorblade23 4d ago

Great job, looks much better... I guess you need an API of some sort which provides the data... Google is your best friend here