Chinmay Sonsurkar
Skills Acquired at Skill-Lync :
2 Projects
Project 1 English Dictionary App
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…
05 Aug 2021 02:12 PM IST
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]:…
06 Aug 2021 07:29 AM IST
1 Course Certificates
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner