adeshp96 / Cognitive-Pscyhology-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cognitive-Pscyhology-Project

Run "effect of contextual scene.exe" or "memory for object positions.exe"
$ cd expt1
$ pyinstaller --onefile --noconsole .\main.py
$ cd expt2
$ pyinstaller --onefile --noconsole .\main.py
This creates a standalone executable for whichever operating system you're currently working on. Note that loading modules in standalone executable takes time (especially for expt2).
The main.exe created also requires images in Images_Final directory. To package both of them together, you can use SFX to archieve them in self extracting exe, silently install in a temporary directory and run main.exe automatically.

About


Languages

Language:Python 100.0%