How to make a PIN lock Cracker

ComputerScienceWorld


Hello Python Users,

Screen Pin Lock


Today, I will show you Awesome and Cool Project,
PIN LOCK Cracker.

Here, I also make an APK FILE of it. if you want to download it,
                Click Here

In this Project,
You need to install a Module "pip install pynput" in the .py file.

When the program starts,
Click on the input box where you want action on PC.

from pynput.keyboard import Controller # All Modules
import random, string, time # All Modules

boad= Controller()
nums = string.digits # All Numbers

while nums:
    runner = random.choice(nums) # Take a Random Number
    print(runner) # Print Output
    boad.type(runner) # type output
    time.sleep(0.5) # for rest


You can use it in SMS verifications, OTPs verifications, or any PIN lock
If you apk or exe file of it.

Click Here for apk.

       
Do you want an exe file Click Here for exe???

Comment me for the EXE file.

If you like this Post,
Please Comment and Share it.

If you have any doubt or query:

Visit to my Page:
Facebook : https://www.facebook.com/piyush.baghel.7583/
Link In : https://www.linkedin.com/in/piyush-baghel-4127aa220/