issues
search
GGyll
/
audible-bookmark-extractor
A tool allowing a user to download their audiobooks from Audible and transcribe the bookmarks into text, which can be exported to Notion and Excel (.csv)
41
stars
8
forks
source link
Fix transcribe_bookmarks command
#9
Closed
jeromedalbert
closed
1 year ago
jeromedalbert
commented
1 year ago
Add missing xlsxwriter dependency to fix
No module named xlsxwriter
error.
Use
writer.close()
instead of
writer.save()
which has been removed in newer versions of pandas.
No module named xlsxwriter
error.writer.close()
instead ofwriter.save()
which has been removed in newer versions of pandas.