Skip to content

Instantly share code, notes, and snippets.

@lindemann09
Created May 26, 2015 09:25
Show Gist options
  • Save lindemann09/6d648aa7cc669b93370b to your computer and use it in GitHub Desktop.
Save lindemann09/6d648aa7cc669b93370b to your computer and use it in GitHub Desktop.
Expyriment System Info
import expyriment
for k,v in expyriment.get_system_info().iteritems():
print k + ":\t" + str(v)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment