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.
- Host: GitHub
- URL: https://github.com/pranjalco/blind-auction-project-intermediate
- Owner: pranjalco
- License: mit
- Created: 2024-12-03T12:11:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:27:28.000Z (2 months ago)
- Last Synced: 2025-03-16T16:34:00.687Z (2 months ago)
- Topics: auction, cli, dictionaries, functions, loops, python, user-input-handling, user-interaction
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.git2. Run:
```bash
python app.py**Created by Pranjal Sarnaik**
*© 2024. All rights reserved.*