You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made a Python Script to extract all information regarding a book from books.toscrape.com which is a free practice purpose scraping website having 1000+ records regarding books.
Used Google Firebase NoSQL database to store information on cloud and usedn its storage bucket and its authetication system to authenticate the user based on gmail account.
Used Tkinter for GUI purpose and used concept of framming and followed OOP approach to make the projects .
Used concept of threading to make the desktop app Fast.