How to make a PIN lock Cracker
ComputerScienceWorld
Hello Python Users,
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,
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.
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:
Link In : https://www.linkedin.com/in/piyush-baghel-4127aa220/Telegram : https://t.me/learning_with_pk
Discord : https://discord.gg/ywzvjtR94T
Visit to my Page:
Instagram : https://www.instagram.com/piyush__18__/
Facebook : https://www.facebook.com/piyush.baghel.7583/
Twitter : https://twitter.com/PiyushB11061866
0 Comments