keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

2024-05-01から1ヶ月間の記事一覧

pywebview。 pythonでアプリが!!!これは、かなり、注目すべきでは!

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' エラー内容 ImportError: cannot import name 'PdfFileMerger' from 'pypdf' (C:\Users\XYZZZ\AppData\Local\Programs\Python\Python37\lib\site-packages\pypdf\__init__.py…

ChatGPT(3.5)が「PyPDF2」を使ったコードを作る(薦める)かもしれないが、「pypdf」を使おう!

ChatGPTによるコードの例 素晴らしい!の一言。ChatGPT3.5。 尚、 しおりのページの扱いがおかしかったので、一回、修正してもらった。 ただし、pypdfXのバージョン問題あり(後述)。 from PyPDF2 import PdfFileMerger, PdfFileReader, PdfFileWriter impo…