larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.14k stars 854 forks source link

improved overall script added new features #273

Closed LpCodes closed 1 year ago

LpCodes commented 1 year ago

Improved overall script by adding the following:

Added error handling: The script currently only checks for a FileNotFoundError. Added more error handling to handle different types of errors that may occur.

Added a way to output the results: Currently, the script prints the results to the console. Added an option to output the results to a file.

Added support for other operating systems: The script currently only works on Windows. Added support for other operating systems like macOS and Linux.

Added the ability to delete Wi-Fi profiles: Added a function to delete Wi-Fi profiles in case the user wants to remove saved profiles that they no longer use.

larymak commented 1 year ago

Thanks for the detailed explanation given. Good job.