This package demonstrates how a python code can be used to change user password on Windows OS without knowing the password of the admin user. In a more elaborate term, it helps you hack any Windows system. The only thing you need is the username of the user you want to hack.
Clone the github repository
Grab the username of the system and choose your desired new password, then run the code below to generate the code.py file
C:\Users\user\Desktop> python execute.py username password
python code.py
install pyinstaller
pip install pyinstaller
Then run convert using the command below
C:\Users\user\Desktop> pyinstaller -y -F "C:/Users/user/Desktop/code.py"
This project is a demonstration of how python can change Windows computer password. We do not encourage this package to be used in a live program without disclosure and usage must be at users discretion. Attempt to use this package for malicious purpose is not allowed.