suurjaak / InputScope

Mouse and keyboard input heatmap visualizer, with statistics.
MIT License
87 stars 13 forks source link

How to run on Linux? #10

Closed Joshua2504 closed 3 years ago

Joshua2504 commented 3 years ago

With a lot of headache because of missing dependencies and very outdated python versions, I got this to install on my Ubuntu Box.

Now the question is how do I run it? There is no command inputscope*

suurjaak commented 3 years ago

Those commands should be there, if you installed it with pip. Can you describe how you installed it?

Another option for running the tray program would be:

Or without the tray program, running input listener and the statistics website separately:

The statistics website will be at http://localhost:8099.

Joshua2504 commented 3 years ago

pip install inputscope, fixed dependencies

python -m inputscope works