Pythonを使った事務処理の効率化

ブラウザ操作

Pythonを使った事務処理の効率化について紹介していきます。

▶動画の構成
0:00 はじめに
0:31 プロローグ
1:41 0.環境構築
4:01 1.Office(Excel)
10:44 1.Office(Word)
15:27 2.Web操作
35:58 3.PDF操作
41:40 4.メール操作

▶▶お役立ちリンク(サンプルコード、公式サイトなど)
▶0.環境構築
非公式Pythonダウンロードリンク
https://pythonlinks.python.jp/ja/index.html
Visual Studio Code
https://azure.microsoft.com/ja-jp/products/visual-studio-code/
VSCode に必ず入れておきたい拡張機能
https://qiita.com/ucan-lab/items/e85931bf8276da43cc97
PIPインストールでよくあるエラーと対策
https://qiita.com/Maruchin/items/b1efab5a3ee6b6f5e5b7

▶1.Office(Excel,Office)
OpenPyXL
https://openpyxl.readthedocs.io/en/stable/
Python-docx
https://python-docx.readthedocs.io/en/latest/
MeCab公式
https://taku910.github.io/mecab/
OpenPyXlでExcelを転記するコード(基本)
https://qiita.com/Maruchin/items/9284b4e1079ab48f19fb
OpenPyXlのチートシート
https://qiita.com/Maruchin/items/8713e39dbcbeaaa86023
Python-Docxのチートシート
https://qiita.com/Maruchin/items/373274b7ba18670fae99
MeCabを使ったキーワード抽出のサンプルコード
https://qiita.com/Maruchin/items/cc25b6219f02559153cb

▶2.Web操作
Selenium
https://github.com/SeleniumHQ/
BeautifulSoup
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
Scrapy
https://github.com/scrapy/scrapy
Seleniumのチートシート
https://qiita.com/Maruchin/items/758333ddb93d0f1f0b37
Seleniumを使ったWebスクレイビングのサンプルコード(Google検索結果をcsvにエクスポート)
https://qiita.com/Maruchin/items/73215b6080643f1f8da3
Beautiful Soupを使ったWebスクレイビングのサンプルコード(気象情報をcsvにエクスポート)
https://qiita.com/Maruchin/items/dca4b5580c71746a3553

▶3.PDF操作
PyOCR
https://gitlab.gnome.org/World/OpenPaperwork/pyocr
Tesseract
https://github.com/tesseract-ocr/tesseract
Pillow
https://pillow.readthedocs.io/en/stable/
Webスクレイピングライブラリの比較(英語)
http://www.scrapinginsider.com/2016/01/scrapy-urllib2-requests-beautifulsoup-lxml.html
PyPDF2のチートシート
https://qiita.com/Maruchin/items/e78aaf02df0a02f34094
ReportLabのチートシート
https://qiita.com/Maruchin/items/dce50cebac7134b57df2
PyOCRを使ったOCRのサンプルコード
https://qiita.com/Maruchin/items/1526bdf8460e2a3c6ebc

▶4.メール操作
SMTPLIBを使ったGmailの送信サンプルコード
https://qiita.com/Maruchin/items/c4b6cb7635b74def03cf

💻チャンネルについて
https://www.youtube.com/c/Maruchintechch/channels
都内在住のIT屋さんです。
気の赴くままに情報発信していきます。

コメント

タイトルとURLをコピーしました