Posts

Showing posts from July, 2020

Introducing the Second Appilication - Password Manager

Image
In today's World, We have many passwords to remember often we forget them and land up in a mess where we have to spend some time resetting the password, even though this doesn't occur regularly but it is very annoying to reset your password. That's why I have developed this app. So that you can save your passwords offline in your system and are protected.  Here is the link:  Click here to Download Application Note: Due to Permission issues the file is downloading in D: drive than in C: drive so don't delete any files in the folder. 1) Create an Account                                                                2) Now login and you can use the Password Manager Safely. You can now save your passwords,                    payment methods, and addresses. You can also generate good passwords for your accounts using                                                         3) You can also delete your account if you wish to. No one stops you from doing it. 4) If you have forg

In Built Modules in Python

Hello Guys,  Today I wanted to share how many inbuilt modules are there in the Python Programming Language. There are 210 modules for UNIX Operating System but in Windows, we have 195 modules that are installed with Python. Here is the list of all the modules and their links to documentation in the PDF. The basic modules that we use consists of math, statistics, webbrowser for simpler coding. For GUI we have tkinter installed. But when we get to more advanced things like Web Scraping and automation we have to start downloading packages/ libraries from the PyPI for more convenient use.  Here is the link for the PDF.  Link to the PDF