Python Projects

Here is a collection of all the Python programing I have done so far. I should make mention that I do sit on CodeWars, HackTheBox, TryHackMe, and other platforms that require me to build commands or scripts using my existing knowledge in coding syntax.

I havent really started embedding GUI for my work so far but current research shows that it wouldn't be that difficult to implement.

Let me know your thoughts...


Survivor In The Wilderness

Man In The Wilderness Game Cover Photo

Group project during Code Nation, text based python game.

Number Guessing Game

Python Number Guessing Game Cover

To learn some looping functions and number functions I built this short game

Task Manager

To Do List Application Cover

This is a personal todo list application I made, I wanted to know how to save a file and then load the same file later.

Password Generator

Password Generator Application Cover

I wanted to learn how to take a string of text that would then be merged with different items and strings to produce a different output.