Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 587 Bytes

Image Marquee Using Pygame

This is a very simple demonstration of resource loading and basic I/O using pygame

To install:

  • sudo easy_install pip (If you don't already have pip installed)
  • sudo pip install virtualenv (If you don't already have virtualenv installed)
  • virtualenv venv/ --distribute
  • source venv/bin/activate (activate your environment)
  • sudo pip install -r requirements.txt (This part of the process is very finicky, please let me know if it doesn't work)
  • python marquee.py

If all goes well, use the arrow keys to control the marquee image!