R2C TECHNOLOGIES

▼
Thursday, June 19, 2025

CHATBOT USING TKINTER

›
  CODE : from tkinter import * # Create main window window = Tk() window.title("Healthcare Chatbot") window.geometry('600x600...

BUS TICKET BOOKING USING TKINTER

›
  CODE : from tkinter import * from tkinter import messagebox from tkcalendar import DateEntry  # You need to install tkcalendar using: pip ...

ATM PROJECT USING TKINTER

›
CODE : import tkinter as tk from tkinter import messagebox # Dummy data for ATM user USER_PIN = "1234" balance = 1000.0 # Function...
Monday, January 20, 2025

PETROL BUNK BILLING SYSTEM USING PYTHON

›
  CODE: from datetime import datetime print("***Petrol Bunk Billing System***") petrol_price = 100 diesel_price = 95 print("...

BUS TICKET BOOKING SYSTEM

›
  CODE: class Bus:     def __init__(self, bus_route, sp, ep, seats, cost_per_seat):         self.bus_route = bus_route         self.sp = sp ...

ATM USING PYTHON

›
 CODE: from datetime import datetime import random class ATM:     def __init__(self, initial_balance):         self.account_number = "A...

PETROL BUNK BILLING SYSTEM USING PYTHON

›
  CODE: from datetime import datetime def generate_bill():     print("\n***WELCOME TO BHARAT PETROLEUM***\n")          while True:...
›
Home
View web version

About Me

My photo
R2C Technologies
View my complete profile
Powered by Blogger.