Skip to content

suppress typing by pre-generated text char by char.

Notifications You must be signed in to change notification settings

upgradeQ/suppressing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotlive anywhere , not just in console .

This script uses text from data.txt and when you type random keystrokes, it will appear as one of chars from that file. awesome

Installation

Clone or download this repo. Then run python setup.py install or
pip install git+git://github.com/HQupgradeHQ/suppressing.git --process-dependency-links

Usage

  • Start suppressing Ctrl + 3
  • Stop Ctrl + 4 (you can restart whenever you want )
  • Copy data from clipboard Ctrl + 2
  • Start suppressing with hotkeys ,python3 script.py -hk syntax : <Shift + 4> becomes $ , and so on.

Demo

Contributing

  • Fork it: https://github.com/HQupgradeHQ/suppressing/fork
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request!