Possible GUI design Python homework Please create a python script to update contents of a database, stored in a JSON for
Posted: Fri Apr 29, 2022 7:09 am
i have a python homework and i don't quietly understand it and i really need help in it.
thanks
Possible GUI design Python homework Please create a python script to update contents of a database, stored in a JSON formatted text file. Structure of data file: : Identifier: abc123 Identifier image Confirmed identifier: ABC128 Results: 1,2,3,4,5,6,7 "identifier": "abc123", identifier_image: "Eile_name", "results": 1, 3, 2, 4, 11, "result_image" : "Ele_name" "confirmed_identifier": "ABC124", confirmed results": [1, 3, 2, 4, 11 Confirmed results: 1, 2, 3, 4, 5, 6, 7 . Results images "identifier": "abe567", identifier_image: "ile_name", "results": 2, 3, 4, 3, 2], "result_image" : "file_name" "confirmed identifier": "abe567", "confirmed_results": 12, 3, 1, 3, 2] Identifier: Show previous Search Show next 1 The data file: Names of input and output data files can be constants in the script. Output data file has to contain all records and all fields (including prefixed ones). is a list of associated arrays (dictionary, record) • records could miss values of fields with "confirmed "name prefix, in this case, their value is equal to the field named without "confirmed 'prefiw • could contain any number of records result and confirmed results fields of records are lists, therefore they could contain any number of integers The task is to create a python script with graphical user interface, which provides option to modify the stored default or updated values extracted from images. Records to be modified can be searched by confirmed_identifier or by manual selection. Only fields with confirmed_" name prefix could be modified (default value is the given without name prefix). The identifier and results fields and images are also visible.
thanks
Possible GUI design Python homework Please create a python script to update contents of a database, stored in a JSON formatted text file. Structure of data file: : Identifier: abc123 Identifier image Confirmed identifier: ABC128 Results: 1,2,3,4,5,6,7 "identifier": "abc123", identifier_image: "Eile_name", "results": 1, 3, 2, 4, 11, "result_image" : "Ele_name" "confirmed_identifier": "ABC124", confirmed results": [1, 3, 2, 4, 11 Confirmed results: 1, 2, 3, 4, 5, 6, 7 . Results images "identifier": "abe567", identifier_image: "ile_name", "results": 2, 3, 4, 3, 2], "result_image" : "file_name" "confirmed identifier": "abe567", "confirmed_results": 12, 3, 1, 3, 2] Identifier: Show previous Search Show next 1 The data file: Names of input and output data files can be constants in the script. Output data file has to contain all records and all fields (including prefixed ones). is a list of associated arrays (dictionary, record) • records could miss values of fields with "confirmed "name prefix, in this case, their value is equal to the field named without "confirmed 'prefiw • could contain any number of records result and confirmed results fields of records are lists, therefore they could contain any number of integers The task is to create a python script with graphical user interface, which provides option to modify the stored default or updated values extracted from images. Records to be modified can be searched by confirmed_identifier or by manual selection. Only fields with confirmed_" name prefix could be modified (default value is the given without name prefix). The identifier and results fields and images are also visible.