Look for the nederlandse-vlag.png

My Python Projects

School Projects

In this project I worked in a group of 4 people and was prescribed to us by the company Computd.

The goal of this project is to create an AI that accurately predicts when a package will be delivered to your home.

The AI we created has a maximum deviation of 0.89 days when predicting a delivery date.

The code for this AI was largely written by another group member and me.

If you are interested in what results the AI predicted, click here! The code of the AI can be found here.

This project is about a thing called CRUD.

  • Create
  • Read
  • Update
  • Delete

The above actions had to be done in a website and I had to make this.

I made this using Python along with a library called Flask.

Personal/Professional Projects

This project is very niche.

This project is used in a game called Minecraft on a specific multiplayer game server.

In that server is a leveling system called MCMMO. This is meant to make the server feel like an RPG game (Role Playing Game).

In this there were different ways to level things like:

  • Unarmed
  • Repairing
  • Blacksmithing
  • Crafting
  • Etc.

These things all have their own process for doing it. I wanted to try to automate this and so I did.

You start the Python Program by opening a .bat file that is included with the folder structure

Then you get a choice what exactly you want to level. Unarmed or Repairing.

You then choose this by typing it in the console.

Then the program starts.

All you have to do then is take damage, put the computer mouse on an “iron block” and keep the inventory open and the rest is fully automatic.