This Python code connects to a MySQL database called "shoe_billing" and allows users to enter and view customer details for shoe orders. It prompts the user for login credentials, then displays a menu to either enter new customer data by inserting it into a database table or view existing customer data by querying the table. The data includes fields for the shoe code, brand, customer name, phone number, address, and amount.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
86 views6 pages
Cs Project
This Python code connects to a MySQL database called "shoe_billing" and allows users to enter and view customer details for shoe orders. It prompts the user for login credentials, then displays a menu to either enter new customer data by inserting it into a database table or view existing customer data by querying the table. The data includes fields for the shoe code, brand, customer name, phone number, address, and amount.