I build things in Python — simulations, games, tools, and whatever else seems like a good idea. The range goes from crashing galaxies together to dogfighting simulators to network recon tools. Breadth is a feature.
⚡ Lightning — flagship project
You might think Python is slow. Think again. 300 ports/second.
A fast, modular, open-source network scanner and vulnerability tool — built entirely in Python. SYN-based port scanning with OS detection, service fingerprinting, an NSE-style script engine, and OSINT-powered CVE lookup via Google + NVD. Think Nmap, but hackable.
Features: SYN scanning · OS/service fingerprinting · HTTP & FTP enumeration · CMS detection · NVD + OSINT vuln search · rich terminal UI · scriptable via scripts/
sudo python3 lightning.py -O -S <target>
⚠️ For educational use, CTFs, and systems you own or are authorized to test.
Ever wanted to watch two galaxies collide?
Real-time N-body galaxy simulator in Python + Pygame. Thousands of stars, realistic gravity with softening, core accretion, mergers, and a full interactive HUD.
Features: zoom & pan · star trails · dynamic galaxy spawning · adjustable sim speed
git clone https://github.com/the-kitten-strikes-back/PyGalaxies.git
cd PyGalaxies && python main.pyDogfighting game with a quest system.
A Python/Pygame aerial combat game with a full quest system, multiplayer networking, physics engine, camera system, combat, HUD, missions, and a save system. More systems than you'd expect.
Gem collection and trading card game with local (and soon network) multiplayer.
Turn-based strategy game where players pack gems, trade, and bid in blind auction rounds (BOG/RBOG) to build the most valuable collection. Features 14 tagged releases, a quest system, and a clean modular architecture.
pip install rich pygame
python src/main.pyNuclear reactions, minus the fallout.
A Python library for simulating nuclear reactions, radiation, stellar physics, and particle behavior. Modules: particles, periodic, radiation, reactions, stellar. Coming soon to pip!
A Flask web app with HTML/CSS/JS frontend. 30 commits deep.
Physics simulations · Games · Security tools · Whatever seems interesting next.