www.python.org

Here we are, my work in Python. Much of this was developed in winter/spring 2007, my senior year of high school, as doing an introduction to Python was the focus of my high school's senior project.

Some of my projects I've listed below, with the source files downloadable as a .zip (I often use modules and ancillary .txt files, meaning severla files for one project, which is why I'm not putting the source files up here individually

All of my code so far is text-based. For now, I use Notepad++ and/or Python's built-in IDE (IDLE) to write my code.

My Projects

BoosterPackMaker - Generates Magic the Gathering booster packs via inputted text files and randomization [Could theoretically be adapted to other trading card games]

Naval Duels - Theme: various classes of warship fighting. Each ship class has different statistics and targeting. Input the amount of ships of each type in each fleet, and get a result. Planned feature: Admirals - an 'avatar' that customizes the stats of the ships in his fleet

Roman Numeral Converter - Converts decimal numbers to Roman numerals, working in the range of 1 to 3,999. Includes 1 Easter Egg. Also includes a script I found that converts base 10 to other bases.

Pig Latin Converter - Converts English (or any inputted letter-character string into Pig Latin. :) © Alan Gilfoy 2007-2008




1