Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abrignoni/JSON-to-HTML-and-XLS

Simple script to convert JSON to html or excel
https://github.com/abrignoni/JSON-to-HTML-and-XLS

Last synced: 21 days ago
JSON representation

Simple script to convert JSON to html or excel

Awesome Lists containing this project

README

        

# JSON to HTML and EXCEL

Simple python 3 script to convert Discord json chats to html or xls for easier reading.

For an explanation on how to find Discord app chats in Windows see here:

https://abrignoni.blogspot.com/2018/03/finding-discord-app-chats-in-windows.html

Required modules:

`` pip install json2html ``

`` pip install pandas ``

`` pip install xlsxwriter ``

`` pip install xlwt ``

**Usage:**

1. Run the main.py script
2. Write the path to the directory that contains the Discord chat json files.
3. Select conversion format. Select #1 for html or #2 for xls.
4. Converted files will be located in a new folder within the Discord chat json files directory.

![alt text](usage.jpg "Usage example")

**Note**
All json files have to be in the selected directory. Script will not due a recursive search.