Skip to content

isbn_from_words returns empty string #149

@PizzaTreeIsland

Description

@PizzaTreeIsland

isbn_from_words returns a string with a lenght of 0. I tried it with several arguments and famous books, none of them worked.

`import isbnlib

isbn = isbnlib.isbn_from_words("Nineteen Eighty-Four Orwell")
print(isbn)
print(type(isbn))
print(len(isbn))
print(isbnlib.meta(isbn))`

<class 'str'> 0 {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions