| Dir |
Dir.py |
This was supposed to be a simple module I was writing for simple operations on directories and files, but so far, it doesn't really work the best as a module. |
| deleter |
deleter.py |
This was one of the first Python files I wrote that actually performed actions on the file system. This is what Dir.py was based off of. |
| Pear Calorie Converter |
pearcalorieconverter.py |
Just something I wrote when I was bored. Tells you you how many calories you consumed based on how many pears you ate. I compared it to the ruby file. |
| Calorie Finder |
calfinder.py |
This evolved out of the Pear Calorie converter. It's not completely finished yet, I made it mainly for practice. |