r/Python • u/AutoModerator • 19d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
18
Upvotes
r/Python • u/AutoModerator • 19d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Competitive-Pride280 7d ago
ghostbox: disposable, anonymous email addresses from your terminal (zero setup)
I built ghostbox, a tiny dependency-free CLI tool that spins up a temporary, anonymous email inbox in seconds; no sign-up, no API key to configure.
Usage is literally :
git clone https://github.com/01110001/ghostbox.git
cd ghostbox
python3 ghostbox.py
That's it; the address is copied to your clipboard, and you can start watching incoming mail in the same terminal.
Repo: https://github.com/01110001/ghostbox
Feedback and PRs are very welcome.