https://github.com/koh-gt/cute-tools
a collection of small powershell and python tools
https://github.com/koh-gt/cute-tools
Last synced: 2 months ago
JSON representation
a collection of small powershell and python tools
- Host: GitHub
- URL: https://github.com/koh-gt/cute-tools
- Owner: koh-gt
- License: mit
- Created: 2022-12-11T15:54:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T19:54:31.000Z (8 months ago)
- Last Synced: 2025-01-24T12:44:47.641Z (4 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cute-tools
a collection of small powershell tools### ⏱️ Powershell [Mini Timer](https://github.com/koh-gt/cute-tools/blob/main/mini-timer-1.0.ps1)
A timer tool in your Windows Tray that beeps after an input time is up.### ▲ Python [Sierpinski Triangle Generator](https://github.com/koh-gt/cute-tools/blob/main/sierpinski.py)
Generates a Sierpinski triangle fractal.### 🗳️ Powershell [Autovoter](https://github.com/koh-gt/cute-tools/blob/main/autovote.ps1)
Macro to move the cursor and click for RPA.### 📋 Python [Truth Table Generator](https://github.com/koh-gt/cute-tools/blob/main/truthtable.py)
Generates a Truth Table given an input logical expression.