Skip to content

The Blind Auction Project allows users to participate in an auction where they can input their bids. The program collects user data (name and price) and stores it in a dictionary. It checks whether new bids need to be added and compares the bids to identify the highest one.

License

Notifications You must be signed in to change notification settings

pranjalco/blind-auction-project-intermediate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blind Auction Project

A Python program where users submit bids anonymously. It stores names and bids in a dictionary, checks for new entries, and determines the highest bidder.

Author

Pranjal Sarnaik

Features

  • Collects user input for bids (name and price).
  • Stores data in a dictionary ({name: price}).
  • Uses while loops for repeated input and decision-making.
  • Allows for bid comparisons to determine the highest bid.

Tech Stack

Intermediate | Python | Functions | Loops | Dictionaries | User Input Handling | Auction | CLI | User Interaction

How to Run

  1. Clone the repo:
    git clone https://github.com/pranjalco/blind-auction-project-intermediate.git
    
  2. Run:
    python app.py
    

Created by Pranjal Sarnaik
© 2024. All rights reserved.

About

The Blind Auction Project allows users to participate in an auction where they can input their bids. The program collects user data (name and price) and stores it in a dictionary. It checks whether new bids need to be added and compares the bids to identify the highest one.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages