Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 2.15 KB

README.md

File metadata and controls

79 lines (50 loc) · 2.15 KB

Usefulness

Be not simply good, be good for something.

Code snippets and small tools in Python that proved useful in various situations.

Index

Data Analysis

  • Expenses: Use-case of getting insights from a mock csv sample of expenses.

Dates

Various operations with dates.

Externals APIs

Formats

Snippets that were used with different file formats, be it audio, ebooks or archives.

Image Tools

Notifications

OS Tools

  • Folder: Folder class which allows to get file sizes and duration of media files.

  • File remover: a tiny CLI tool for removing files of selected formats.

  • File sizes: another tiny tool which helps to find largest files.

Scraping

  • Goodreads quotes: Sync and async versions of “Popular Quotes” scraper.

  • xkcd comics: Saving all the comics locally, sync and async versions for comparison.

Words