ColorWall: Difference between revisions

m
imported>Mako
imported>Mydiemho
Line 11:
* Get experience with graphics programming using the Tkinter GUI toolkit.
* Practice reading other people's code.
 
== Download source code ==
<ul>
<li>[https://openhatch.org/wiki/PyCon_intro_to_open_source#Goal_.232:_install_git Install git] if you have not already done so. </li>
<li> Clone source from *https://github.com/jesstess/ColorWall
<code> git clone git@github.com:jesstess/ColorWall.git </code>
</li>
</ul>
 
== Project steps ==
Line 128 ⟶ 136:
 
Remember to add your effect to the <code>Effect</code> list at the bottom of <code>effects.py</code>.
 
 
==Bonus exercises==
Anonymous user