




Desktop ME2 Suicide Mission Calculator
So, I wanted to do a run where I killed off basically everyone, but needed to figure out how to also survive the end of ME2. I ended up making a program to calculate who dies and at what stages based on this flowchart. It's only my second time writing a GUI, so any feedback is appreciated. You can find my calculator on Github here in this repository. It runs from the command line / Terminal. Make your selections in a box (starting from the left) and press the button at the bottom of the box and the result reads out below.
I was going to package it as an executable, but there are issues across platforms and I just don't have the experience making executables. I've only done it once and on a windows machine. That program is also on my Github, it's a random password generator (this repository here) in case anyone is interested in that.
Please let me know what you think. I hope someone (other than just me) finds it useful!
Side note for those that know code really well, I'm not a pro and I enjoy improving. So, if you open the .py file up and see something that could be more Pythonic or needs to be done in a certain way to be more secure or more clear or something, don't hesitate to mention it!