Skip to content

Releases: peroh215/Python-Robot-Creator

Robot Creator 3.1

01 Oct 03:31
0f24e58

Choose a tag to compare

Robot Creator 3.1

A python program i made for learning how to create multiple objects from user input with a nice text-based menu.

Patch notes:

  • Added a delete robot function
  • Added a name checker so you can't create robots with the same name (Which would create problems in other commands)
  • Added a name auto-capitalizer
  • Robot searching, creating and deleting aren't case sensitive anymore
  • Updated about message
  • Added exit function
  • Fixed minor bugs