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

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

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.