Skip to content

Instantly share code, notes, and snippets.

@k5trismegistus
Created August 10, 2014 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k5trismegistus/6fed3f473b8ba98af48c to your computer and use it in GitHub Desktop.
Save k5trismegistus/6fed3f473b8ba98af48c to your computer and use it in GitHub Desktop.
PythonでComicInfo.xmlを表示
import zipfile
with zipfile.ZipFile('test.cbz', 'r',) as z:
print(z.read('ComicInfo.xml'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment