Created
May 26, 2015 09:25
-
-
Save lindemann09/6d648aa7cc669b93370b to your computer and use it in GitHub Desktop.
Expyriment System Info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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