I have a list of books titles, and want to attach the ISBN to each one of those automatically. Each book is located in a .csv file. Any ideas if that is possible online?
Thanks!
Install the python package isbntools and you can use the command isbn_from_words "author title"
to get the most probable ISBN.