Skip to content

yagiziskirik/BruteText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brute Text

PyPI - Downloads PyPI - License PyPI - Python Version PyPI PyPI - Wheel PyPI - Implementation Downloads

This is a program which emulates text input like a brute force technique.

Usage

You can both use it as imported and from terminal screen.

Installation

pip install BruteText

or

pip3 install BruteText

Terminal

Use python3 -m BruteText.brutetext Your text to be typed to type your text. If you like to change the time interval you can use the program as python3 -m BruteText.brutetext -t x Your text to be type where x is the time (milliseconds) to wait between inputs.

As a module

You can import this script and use it like this:

from BruteText import bruteText

brutetext.bruteText("Text to be typed", x)  ## x where the time (milliseconds) between inputs.