Boston Python Workshop 4/Friday/OSX project dependencies: Difference between revisions

imported>Jesstess
(Created page with '==ColorWall== ===Download the ColorWall project=== You'll be writing graphical effects for an existing ColorWall project. Download this ColorWall code and example effects so yo…')
 
imported>Slycheese
 
(3 intermediate revisions by one other user not shown)
Line 7:
# Create a new folder called ColorWall on your Desktop
# Save the following files to the ColorWall folder:
#* http://web.mit.edu/lizdenysjesstess/www/BostonPythonWorkshop3BostonPythonWorkshop4/ColorWall/advanced_effects.py
#* http://web.mit.edu/lizdenysjesstess/www/BostonPythonWorkshop3BostonPythonWorkshop4/ColorWall/ascii8x8more_effects.py
#* http://web.mit.edu/lizdenysjesstess/www/BostonPythonWorkshop3BostonPythonWorkshop4/ColorWall/effectsascii8x8.py
#* http://web.mit.edu/lizdenysjesstess/www/BostonPythonWorkshop3BostonPythonWorkshop4/ColorWall/runeffects.py
#* http://web.mit.edu/lizdenysjesstess/www/BostonPythonWorkshop3BostonPythonWorkshop4/ColorWall/wallrun.py
#* http://web.mit.edu/jesstess/www/BostonPythonWorkshop4/ColorWall/wall.py
 
===Test the ColorWall code===
Line 18 ⟶ 19:
 
<pre>
cd /home/jesstess~/Desktop/ColorWall
</pre>
 
will change you into that directory (the "~" means your home directory!), and
 
<pre>
Anonymous user