Management System in Python - #1 - Main Menu & Adding Users
Introduction:
In this tutorial we will begin making a local user management system in Python. We have done this before in a simple SQLite database, but this series will be storing the information in simple plain text files ready for editing manually and portable safe.
The Main System:
First we want to create a main function which will be our menu system. The user will loop around this until they enter "0" to exit the program.