This is a simple command-line auction app written in Python. It allows multiple bidders to submit their bids in secret and then determines the winner with the highest bid.
- Supports multiple bidders
- Keeps each bid secret until the end
- Automatically determines the highest bidder
- Uses ASCII art banner with the
artmodule for a fun intro