Programmer, 17y/o
Contact: zek.trace@myself.com
Interactive terminal portfolio built with pure Python. Zero dependencies, GitHub integration, cross-platform support. Compile to standalone executables with PyInstaller.
Cryptographic utilities built on Python's standard library. Zero external dependencies. Designed for rapid prototyping and restricted environments.
Minimal Python framework for building desktop apps using web technologies with native window control and a structured architecture.
Structured documentation template designed for clarity, scalability, and clean technical writing workflows.
Demonstration of steganography: concealing encrypted data inside images using low-level bit manipulation in Python.
iwr -Uri "https://github.com/zektrace/cli-portfolio/releases/download/V2.1.0/cli-portfolio-2.1.0-win64.exe" -OutFile "$env:TEMP\cli-portfolio.exe"; & "$env:TEMP\cli-portfolio.exe"downloads the latest executable, runs it temporarily, and cleans up automatically.