Skip to content

pratit989/Json_Database_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Json Database Generator

Python Script to Generate A Simple Database

Creates instance of the data handler class

handler = DataHandler()

Reads data from data.json file and prints it

handler.view_data()

Runs add_data() function to add data

handler.add_data(handler.data)

Runs view_data() function to read and print changes

handler.view_data()

Commits changes to data.json file

handler.write_data()

Releases

No releases published

Packages

No packages published

Languages