Software & Automation

Alex
Bezman

I build software and automation tools — mostly in Python and PowerShell, mostly for Windows, always meant to run without babysitting.

Email

alex@bezman.ca

Location

Toronto, Canada · Eastern Time

Focus

Python · PowerShell · Windows tooling

About

I'm Alex, a developer in Toronto who likes making computers do the boring parts.

Most of my work is automation: Python and PowerShell tools that take on repetitive Windows tasks and run unattended. I care about the unglamorous details — clear logs, sane configuration, and failure modes you can actually debug.

Projects

A few things I've been building. Write-ups and source links coming soon.

Desktop Automation Toolkit

Python utilities for automating desktop workflows on Windows — window management, input simulation, and screen capture, built directly on the Win32 API.

  • Python
  • Win32 API
  • Windows

PowerShell Task Runner

A small framework for unattended PowerShell jobs: JSON-driven configuration, structured logging with timestamps, and lock files to keep every task single-instance.

  • PowerShell
  • Scheduling
  • CLI

Workstation Health Scripts

Scripts that keep a Windows machine honest — routine health checks, cleanup jobs, and plain-text reports you can read at a glance.

  • PowerShell
  • Monitoring
  • Windows

Skills

Languages
Python, PowerShell
Automation
Workflow and desktop automation, scheduled and unattended jobs, command-line tooling
Platform
Windows tooling, Win32 API, filesystem and process scripting
Practices
JSON-driven configuration, structured logging, small tools that do one thing well