Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2 Library Book Management System

1.Main In [2]:           # Importing the modules ​ from tkinter import * from PIL import ImageTk,Image #PIL -> Pillow import pymysql from tkinter import messagebox from AddBook import * from DeleteBook import * from ViewBooks import * from IssueBook import * ​     In [5]:…

Project Details

Loading...

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Chinmay Sonsurkar (2)

Project 2 Library Book Management System

Objective:

1.Main In [2]:           # Importing the modules ​ from tkinter import * from PIL import ImageTk,Image #PIL -> Pillow import pymysql from tkinter import messagebox from AddBook import * from DeleteBook import * from ViewBooks import * from IssueBook import * ​     In [5]:…

calendar

06 Aug 2021 07:29 AM IST

  • ALIAS
Read more

Project 1 English Dictionary App

Objective:

import jsonfrom difflib import get_close_matches # function to add to JSONdef write_json(new_data, filename='words.txt'): with open(filename,'r+') as file: # First we load existing data into a dict. file_data = json.load(file) # Join new_dat3a with file_data file_data.update(new_data) # Sets file's current position at…

calendar

05 Aug 2021 02:12 PM IST

    Read more
    Showing 1 of 2 projects