Skip to content

ToxicKwas1221/hackertyper-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackertyper-cmd

A terminal version of hackertyper. Inspired by https://hackertyper.net/

usage

  • Run python hackertyper.py to randomly pick a file from pwn3r-scripts directory

  • Use -f or --file flag to pick a specific file from the directory(place it there first). Example:

    python hackertyper.py -f yourfile.extension

  • Use -c or --color flag to specify the color of the output. The options are: black, red, green, yellow, blue, magenta, cyan, white. (Not case sensitive) Example:

    python hackertyper.py -c magenta

  • Use -s or --speed flag to set the speed of the output(the default is 4). Example:

    python hackertyper.py -s 6
  • Use --bright flag to make the output bright.

Then, start randomly smashing your keyboard like a trv hvck3r V3nd3ttv pwn3r.

Press esc key to stop the program.

credits

pynput - https://pypi.org/project/pynput/
colorama - https://pypi.org/project/colorama/

Releases

No releases published

Packages

No packages published

Languages