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
- Host: GitHub
- URL: https://github.com/tim0-12432/python-tools
- Owner: tim0-12432
- License: other
- Created: 2021-03-22T15:10:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T18:47:25.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:22:46.637Z (over 1 year ago)
- Topics: python, python-script
- Language: Python
- Homepage:
- Size: 7.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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