Skip to content

A python program to interface with Mindplace Thoughtstream USB.

Notifications You must be signed in to change notification settings

bloff/pyThoughtstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyThoughtstream

pyThoughtstream is a python program to interface with Mindplace Thoughtstream USB.

It currently has only one feedback mode. Sounds are played on the following events:

  • Counter increases
  • Counter decreases by less than 4 units
  • Counter decreases more than 4 units

It checks for the last event every second. It checks for increease and small decreases every 1 second for values less than 100, every 2 seconds for values between 200 and 300, every 3 seconds for values between 300 and 400, etc.

The sounds can be readily customized to your preference by changing the files in the snd directory.

It requires that you install Python, with the following packages:

  • wx
  • serial
  • pygame

All of these can be installed with the Pip package manager.

Once your Python system has these packages installed, it should be enough to run:

python pyThoughtstream.py

The program has been tested on linux, but not Windows or Mac OS. You are welcome to test it and let me know if it works, and even fix whatever it needs in order to get it to work and submit the changes to the repository.

If you want to improve the program, the only condition I have is that the current feedback mode remains easily accessible.

About

A python program to interface with Mindplace Thoughtstream USB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published