/trivia_automation

使用 python 處理在 Windows 上的瑣碎事務

Primary LanguagePython

Support to process trivial work on my Windows 10

  1. src/album_organizer.py : 照指定格式整理專輯資料夾
  2. src/comic_ebook_generator.py:壓縮 jpg 到電子書格式 cbz
  3. src/lPSD_zip_to_PNG.py : 解壓縮 psd 並轉換至 png

"Automate the Boring Stuff with Python" 的範例程式

  • Search for text in a file or across multiple files
  • Create, update, move, and rename files and folders
  • Search the Web and download online content
  • Update and format data in Excel spreadsheets of any size
  • Split, merge, watermark, and encrypt PDFs
  • Send reminder emails and text notifications
  • Fill out online forms

https://automatetheboringstuff.com/