Network Scanner
This Python script will try to find devices on the same network. You will need to enter the right IP address with the correct range (ex. /8, /16, /24). As a result, you will get the IP & MAC addresses of the devices on your network. We can also use other libraries to figure out the OS used and the device vendor.
Password Generator
This program is developed to generate a secure password by randomly combining characters based on the user's preference. It will prompt the user for the total length of the desired password, and it will give an alert if the password has less than eight characters. Also, it will require the number of capital and small letters, digits, and special characters you want in the password.
This program intends to check the given password for the length, capital and small letters, digits and special characters. Users will be notified if they are missing something from the criteria. Based on the password strength the program will give them points and will determine whether the password is strong enough or not.