.py and .ipynb files are atatched below Code- import sqlite3 from tkinter import * from tkinter import messagebox class DB: def __init__(self): self.conn=sqlite3.connect("mybooks.db") self.cur=self.conn.cursor() self.cur.execute("CREATE TABLE IF NOT EXISTS book(id INTEGER PRIMARY KEY,title TEXT,author TEXT,isbn…
Kallutla Pramod SATHYA KRISHNA
updated on 18 Jan 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Kallutla Pramod SATHYA KRISHNA (2)
Project 2 Library Book Management System
.py and .ipynb files are atatched below Code- import sqlite3 from tkinter import * from tkinter import messagebox class DB: def __init__(self): self.conn=sqlite3.connect("mybooks.db") self.cur=self.conn.cursor() self.cur.execute("CREATE TABLE IF NOT EXISTS book(id INTEGER PRIMARY KEY,title TEXT,author TEXT,isbn…
18 Jan 2022 07:29 AM IST
Project 1 English Dictionary App
The .py an .ipynb files have been attached below for Project 1
10 Jan 2022 01:37 PM IST