Homework assignment from my good friend maze which is already long overdue
hi maze,
this is so much fun but my brain feels like mush
requirements:
- save this shit to a json
- make a function which converts json into csv i'll provide an example how converted csv should look like
- function which can add new people to json file
- same function for csv
- function which prints out information about a person given the persons name
- function which prints out the names of all people who know the provided language
- all of the functions need to work as a menu e.g. you choose one action something happens, you choose another one something else happens. the code stops working when you enter a specific character
Use Instructions:
for anyone who is not either me or maze, you can run this program by downloading the JSON and main.py files and running the "convert()" function, this creates a CSV file based on data taken from the JSON file. I promise i'll do proper in-code documentation when i get around to it, i don't have the time to make the code pretty.