chop0 / FavoriteThings

A project that prints out an (interesting) list of favorite things for Branham Programming Club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FavoriteThings

A project that prints out an (interesting) list of favorite things for Branham Programming Club.

Please make your code be a bit more than just print statements. If you're feeling ambitious try to use a concept you've recently learned.

To Run

python setup.py build
# ↓ if this doesn't work you can also copy the file
ln -sr build/lib*/* .
python main.py

If it doesn't work you may have a corrupted Python environment. Try reinstalling ;)

About

A project that prints out an (interesting) list of favorite things for Branham Programming Club


Languages

Language:C 57.3%Language:Python 42.7%