Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kbingham/scripts
- Owner: kbingham
- Created: 2017-07-05T09:34:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T08:42:29.000Z (over 7 years ago)
- Last Synced: 2024-11-07T16:11:55.687Z (2 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```