LordMangoz/HoodieTeam
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
our team has 4 people. Jeevan, Umanga, Minsung, Faida the reason we chose this app is beacause of a recent assignment where we created some json files and a lot of people found it to be very tedious. thats when we decided to make it easier for everyone by creating a way to automate creating json files. we also did it in python to learn a new language. we also incorperated a way to convert files from json to xml and xml to json. the app is unfinished unfortunatly but we do have a terminal based version ready to go our code works with while loops that ask for the key and values for the json and make the format. after this it stores those values into a dictionary and later on we print this dictionary so that all the data from it acctually shows then if they do not want to create more versions they can answer that they are done and the program will end the loop. then we ask them to input a name for the file and once they do we use file creation to make a json file. after this we can try conversions. the way the conversion work from json to xml is that the program reads the code we input stores the data converts it to binary then outputs it as xml then we use the file creation method again. from xml to json however the code does not need to convert to binary first and can smoothly go between the 2. we have a lot of files that have the code that you could run but the best spot would be in python/ test.py and pthon/ pythontojson.py these 2 files is where our main code lies and one would be for terminal and one was for th os but we could not get it working. they both run in terminal all you need to do is download the imported methods we have in those 2 files and it should work.