About 1,950,000 results
Open links in new tab
  1. PyJSONViewer - PyPI

    May 7, 2021 · This is a JSON file data viewer based on python. It only uses built-in libraries of python (tkinter, json). Features: Minimum dependency. Multi-platform (Mac, Windows, Linux). Easy to use. or download as zip. Select JSON file with CUI. JSON data tree will be shown. Select JSON file with GUI. File->Open and then select json file.

  2. AtsushiSakai/PyJSONViewer: A JSON viewer using pure python - GitHub

    This is a JSON file data viewer based on python. It only uses built-in libraries of python (tkinter, json). Features: Minimum dependency. Multi-platform (Mac, Windows, Linux). Easy to use. or download as zip. Select JSON file with CUI. JSON data tree will be shown. Select JSON file with GUI. File->Open and then select json file.

  3. GitHub - dermasmid/py-jsoneditor: View and edit your JSON

    Quickly View and Edit any JSON data. Why? When working with JSON data, You often need to get a structured view of the JSON in order to be able to work with it.

  4. jsoneditor - PyPI

    Jun 19, 2023 · Quickly View and Edit any JSON data. Why? When working with JSON data, You often need to get a structured view of the JSON in order to be able to work with it.

  5. jsonui - PyPI

    UI/GUI for working with JSON. Convert Python dict into JSON. Show diffs between two JSONs. Documentation is available on Read the Docs. For guidelines on contributing check the Contributor guidelines. Run the tests with unittest: Or pytest: MIT. For security issues contact me at the e-mail given in the Author section.

  6. cielong/pyfx: A python-native JSON Viewer TUI. - GitHub

    Integrate Pyfx native JSON widgets into your own urwid-based TUI. # 1. create JSONListBox from data listbox = JSONListBox (JSONListWalker (data)) # 2. use listbox in your own TUI. Pyfx is configured using YAML. There are two ways to provide a configuration file: Pass directly through CLI option (-c | --config).

  7. ui.json_editor - NiceGUI

    In this demo, the editor will warn if the data does not match the schema: Added in version 2.8.0. You can run methods of the JSONEditor instance using the run_editor_method method. This demo shows how to expand and collapse all nodes and how to get the current data.

  8. Building a GUI-Based JSON data Viewer Using Tkinter Treeview

    In this tutorial, we'll explore how to create a simple yet powerful GUI-based JSON Viewer using Python's Tkinter library. This application will allow users to load and explore JSON files in a structured and hierarchical format using Tkinter's Treeview widget.

  9. Create Tkinter GUIs from JSON definition files - pytkgen

    The idea behind this simple module is that you can define Tkinter GUIs in a JSON file format. All value which can be configured for an widget can be defined in those files. The module ‘tkgen’ has an Generator class which is able to parse these files and return you a Tk root. To use a …

  10. Connecting a JSON file to a GUI interface using python

    Sep 23, 2021 · import json file = open("json_file_here.json")#make sure they r in same location to do this data=json.load(file)#stores data from file in data variable then from here on iterate through the data variable according to your need and use

  11. Some results have been removed
Refresh