Skip to content

RyuuIsh/Blind-Auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Blind-Auction

A Python program for conducting a blind auction, where participants anonymously place bids, and the highest bidder wins. This program ensures confidentiality by clearing the screen between bidders and displays the winner only after all bids are submitted.

Function

  • Confidential Bidding: Ensures privacy by clearing the screen after each bidder’s input.
  • Dynamic Record Keeping: Tracks all bidders and their corresponding bids.
  • Winner Announcement: Automatically determines and announces the highest bidder after all bids are placed.
  • Interactive User Input: Simple prompts for a seamless user experience.

How it works

  1. Enter Bid Details:
  • Users provide their name and bid amount.
  1. Option to Continue:
  • After each bid, the program asks if there are more bidders.
  • If "yes," the screen is cleared for the next bidder.
  • If "no," bidding ends, and the winner is announced.
  1. Determine the Winner:
  • The program calculates the highest bid and announces the winner along with the winning amount.

Future Description

  • Add encryption for enhanced bid confidentiality.
  • Implement a graphical user interface (GUI) for better usability.
  • Enable network-based auctions for remote participants.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages