Welcome to biSimplePSToolkit, a collection of practical PowerShell scripts that are both the result of my personal learning journey and reliable tools for everyday work.
This repository is born from a simple realization: when you start learning PowerShell, the sheer volume of information can be overwhelming. My goal was to navigate this information sea and create something tangible.
These scripts serve a dual purpose:
- Personal Education: Each tool represents a step in my own learning process, exploring how different PowerShell components interact.
- Daily Utility: While these are learning projects, they are built with the strict requirement of being functional and useful in real-world scenarios.
To bridge the gap between beginner steps and professional logic, the tools in this toolkit rely heavily on code suggested and audited by GEMINI AI. This collaboration allows me to focus on solving real data processing challenges while ensuring the code follows robust patterns.
I am publishing these scripts to help fellow explorers who are just starting their PowerShell journey. By providing practical, ready-to-use examples, I hope to make those first steps a little less daunting and much more productive.
| Tool Name | Description |
|---|---|
| 🔍 Test-RegexG | Multilingual GUI utility for real-time Regex testing and data extraction. |
| 🏗️ GUI Factory | Rapidly generate boilerplate code for common WinForms controls. |
| 🛡️ Obfuscate-PSScript | Secure your scripts using a layered Gzip + XOR + Base64 in-memory loader. |
| 🧩 Snippets | A collection of standalone helper functions and "one-liners" (e.g., advanced loggers, small utilities). |
- Educational Intent: This toolkit is provided as-is for personal and educational use.
- No Pull Requests: This is a personal learning collection. While I appreciate the interest, I am currently not accepting Pull Requests.
- Fork & Learn: Please feel free to Fork this repository! Use these scripts as a foundation for your own experiments.
- Feedback: Your constructive feedback or shared experiences are always welcome via discussions.
- Bánszki István (Conceptual Design, Innovation & Project Lead)
- GEMINI AI (Collaborative logic, code generation & technical auditing)
This project is licensed under the MIT License - feel free to use it, just keep the attribution.