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

https://github.com/tim0-12432/python-tools

small python scripts
https://github.com/tim0-12432/python-tools

python python-script

Last synced: 11 months ago
JSON representation

small python scripts

Awesome Lists containing this project

README

          

# Python Scripts

## Contents

- ⚠ **[holidays](./holidays.py)**:
displays the German school holidays to compare the different time periods
- ⚠ **[instagram-stats](./instagram-stats.py)**:
displays certain statistics for one instagram profile, e.g. follower, uploads, likes and comments
- ⚠ **[crypto-currency](./crypto-currency)**:
displays and analyzes statistics for some crypto currencies
- 🚫 **[git-gui-plus](./git-gui-plus/git-gui-plus.py)**:
a simple tk interface for git
- **[telephone-translator](./telephone-translator):**
can translate a phonenumber to a string (why you how ever would need this...)
- **[hardware-stats](./hardware-stats.py)**:
displays certain statistics for your hardware, e.g. cpu usage, ram and swap capacity
- **[image-db-creator](./image-db-creator/scraper.py)**:
scrapes google images for a search term for certain purposes such as building an image database for training your ai
- **[sprite2gif](./sprite2gif)**:
turns a spritesheet into a animated gif
- **[exif license remover](./exif-license-remover.py)**:
removes the exif license attribute from every image in a directory

---

⚠: does not work anymore


🚫: does not work well or bad implemented