Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.11 KB

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!