2024-05-01から1ヶ月間の記事一覧
pywebview とは github.com pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. It gives you the power of web technologies in your desktop application…
解決策。エラー:ImportError: cannot import name 'PdfFileMerger' from 'pypdf' エラー内容 ImportError: cannot import name 'PdfFileMerger' from 'pypdf' (C:\Users\XYZZZ\AppData\Local\Programs\Python\Python37\lib\site-packages\pypdf\__init__.py…
ChatGPTによるコードの例 素晴らしい!の一言。ChatGPT3.5。 尚、 しおりのページの扱いがおかしかったので、一回、修正してもらった。 ただし、pypdfXのバージョン問題あり(後述)。 from PyPDF2 import PdfFileMerger, PdfFileReader, PdfFileWriter impo…