BigTogepi
Published

Password Typer

Tired of typing in passwords? This gadget does it for you!

BeginnerFull instructions provided1,879
Password Typer

Things used in this project

Hardware components

Arduino Leonardo
Arduino Leonardo
×1
Plastic Enclosure, Project Box
Plastic Enclosure, Project Box
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1

Software apps and online services

Arduino IDE
Arduino IDE

Hand tools and fabrication machines

Hot glue gun (generic)
Hot glue gun (generic)
Drill / Driver, Cordless
Drill / Driver, Cordless
Tape, Clear
Tape, Clear

Story

Read more

Code

Password_Typer

Arduino
The code for the entire program. Replace "apassword" with your password.
#include <Keyboard.h>

void setup() {
  Keyboard.begin();

void loop() {

  Keyboard.print("apassword");
  delay(1000);
}

Credits

BigTogepi
0 projects • 0 followers
Contact

Comments

Please log in or sign up to comment.