Posts

Showing posts from July, 2021

Password Manager in Flutter

Image
I have developed a password manager in flutter using HIVE database in which user can create his/her account and manage passwords. This password manager is secured as passwords are saved in the database and not shown to the user itself. Once a user saves a password they will not be able to see it again just he/she will be able to copy it only after successful Login. Splash Screen Login Screen Login error Signup Screen Passwords Page Password operations dialog Source Code: 👇👇👇 Click here  to download the source code of this project. Download apk of the app from  Here

Web broswer using tkinter and webbrowser module

Image
  Web Browser. Its a desktop app developed in tkinter. You can search anything here and some famous websites can be searched on one click only.  Modules Used: tkinter, webrowser Visual Form: Source Code: from  tkinter  import   * import  webbrowser browser  =  Tk() browser.title( "My Web Browser" ) browser.geometry( '500x500' ) browser.minsize( 500 , 500 ) browser.maxsize( 500 , 500 ) browser.configure( bg   =   '#C8C8B0' ) browser.wm_iconbitmap( 'web_icons/icon.ico' ) google_icon  =  PhotoImage( file   =   'web_icons/google.png' ) youtube_icon  =  PhotoImage( file   =   'web_icons/youtube.png' ) gmail_icon  =  PhotoImage( file   =   'web_icons/gmail.png' ) facebook_icon  =  PhotoImage( file   =   'web_icons/facebook.png' ) fiverr_icon  =  PhotoImage( file   =   'web_icons/fiverr.png' ) upwork_icon  =  PhotoImage( file   =   'web_icons/upwork.png' ) whatsapp_icon  =  PhotoImage( file   =   'web_icons/