Skip to content

An Autohotkey script generator that takes plaintext files as input and outputs .ahk scripts which type the contents of the file out in a realistic enough way .

Notifications You must be signed in to change notification settings

HackerPrat/fiscgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fiscgen : AUTOHOTKEY-FILE-SCRIPT-GENERATOR

NOTE: ONLY USE PLAINTEXT FILES WITH THIS TOOL

An Autohotkey script generator written in python that takes plaintext files as input and outputs a .ahk script which types the entire content of the file out in a realistic enough ("realistic" as in typed by human hands) way .

The wait periods before and after every keypress are randomly generated within a range supplied by the user . do python3 fiscgen.py -h for more info.

                     _______________________________________________________________
            Example: |python3 fiscgen.py -i input.txt -o output.ahk -s 150,250 -k F4| 
                     ---------------------------------------------------------------

About

An Autohotkey script generator that takes plaintext files as input and outputs .ahk scripts which type the contents of the file out in a realistic enough way .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published