Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kbingham/scripts

Collection of Python scripts
https://github.com/kbingham/scripts

Last synced: 14 days ago
JSON representation

Collection of Python scripts

Awesome Lists containing this project

README

        

# Collection of Python scripts

![python 3.x](https://img.shields.io/badge/python-3.x-green.svg)

## List
- [**bvr**](/bvr): OCR for ESR/BVR (Swiss payment slips) data.
- [**gnucash2hledger**](/gnucash2hledder): [Gnucash](https://www.gnucash.org/) to [hledger](http://hledger.org/) conversion, handling currencies and timezones correctly.
- [**imapfile**](/imapfile): Extract email attachments from your terminal with rules.
- [**radio**](/radio): Radio streams in your terminal.
- [**text2ics**](/text2ics): Convert text schedule to ICalendar-
- [**trackpage**](/trackpage): Track changes on a webpage.
- [**tv**](/tv): Script on top of youtube-dl to manage downloads of podcasts and TV shows.
- [**readinglist2ebook**](/readinglist2ebook): Export [Pocket](https://getpocket.com) or [Wallabag](https://www.wallabag.org/) reading lists to an epub/mobi ebook.
- [**zotexport**](/zotexport): Export [Zotero](https://www.zotero.org/) collections to a folder.

## Usage

See the READMEs in the respective folders.

## Installation

```bash
$ sudo python3 setup.py install
```