An open API service indexing awesome lists of open source software.

https://github.com/pranjalco/blind-auction-project-intermediate

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.
https://github.com/pranjalco/blind-auction-project-intermediate

auction cli dictionaries functions loops python user-input-handling user-interaction

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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:
```bash
git clone https://github.com/pranjalco/blind-auction-project-intermediate.git

2. Run:
```bash
python app.py

**Created by Pranjal Sarnaik**
*© 2024. All rights reserved.*