AnalyticsPyBlock
Simple analysis tools that work over the result of SpyCblock https://github.com/vincenzopalazzo/SpyCblock and make simple analysis, such as the analysis of transaction type used in Bitcoin Blockchain (JSON version).
An example of Analysis is available here and it is update with the data in March 23 2021.
Take a look also the posts on Bitcoin subreddit; the list is available below:
For install dependence
pip3 install -r requirements.txt
For run program
python3 main.py address_type /your/path/file_json/
TODO