secret auction project in python

Subscribers:
182
Published on ● Video Link: https://www.youtube.com/watch?v=sY-hxKADUjc



Duration: 6:27
285 views
2


secret auction project in python

Note : Recplace (greater than) and (less than) with their sign/symbol ( Because Youtube donot allow angle brackets in description ) OR You can get this code on github by using github link

Code github Link : https://github.com/ubaidahmadceh/python_projects/blob/main/Secret_Auction.py

code :

import os

bids = {}
bidding_finished = False

def find_highest_bidder(bids):
highest_bid = 0
winner = ""
# bidding_record = {"Angela": 123, "James", "321"}
for bidder in bids:
bid_amount = bids[bidder]
if bid_amount (greater than) highest_bid:
highest_bid = bid_amount
winner = bidder
print(f"The winner is {winner} with a bid of ${highest_bid}")

while not bidding_finished:
name = input("What is your name?: ")
price = int(input("What is your bid?: $"))
bids[name] = price
should_continue = input("Are there any other bidders? Type 'yes or 'no'.\n")
if should_continue == "no":
bidding_finished = True
find_highest_bidder(bids)
elif should_continue == "yes":
os.system('cls')










e auction project python django,online auction project python django,e auction project,e auction project with report ppt,e auction project with source code,online auction project,complete django project,python project with source code,django project with source code




Other Videos By UBprogrammer - Hindi


2020-12-165. How to make button in tkinter and connect it to a function || python gui
2020-12-164. How to make dialogue box or popup in tkinter python gui
2020-12-163. How to set title in tkinter python gui
2020-12-162. How to set geometry or size in tkinter |
2020-12-161. first gui in tkinter python |
2020-12-16Corona Virus (covid-19) updater project in python | using api in tkinter
2020-12-15How to uninstall or remove pakage of libraries from python
2020-12-15How to install pip package or libraries in python
2020-12-15email sender project in python
2020-12-15How to make text based adventure game in python gui with tkinter
2020-12-15secret auction project in python
2020-12-10Number Guessing Game Python gui in Hindi with While loop | Python Computer Guess My Number | 2021
2020-12-10Github gui Tutorial |Github Desktop Clone Repository |Commit and Push Repo To Remote in vscode |Urdu
2020-12-10Number Guessing Game Python | Python Random Number Guessing Game with source code | Hindi/Urdu 2020
2020-12-10Install django on Windows10 | How to Install django in Visual Studio code |How to run django project
2020-12-09Python Installation in windows10 in Hindi | Python Path Setup Windows10 | Setup Python in VS code
2020-12-09Ceaser Cipher Text Project in Python | Urdu/Hindi
2020-12-08Screenshot Taker project in Python For Beginners
2020-12-08Screenshot Taker Project GUI in python tkinter
2020-12-08How to build Hangman Game in Python in Hindi | Word Guessing Game Python | Hangman Game Python 2021
2020-12-07sigmoid function in computer vision and deep learning



Tags:
e auction project python django
online auction project python django
e auction project
e auction project with report ppt
e auction project with source code
online auction project
complete django project
python project with source code
django project with source code