This is a Windows command line application that allows developers to quickly search through their local chrome browser history visualizing the unique websites through a pie-chart.
OS-Supported: Windows
Browser-Supported: Chrome
Programming-Language-Used: Python
Libraries-Imported: sqlite3, re, shutil, os, sys, urllib.parse, datetime, matplotlib.pyplot, math
Storage-Technology: SQL
Execution: Command-Line-Terminal {Usage: chromeHistoryAnalyzer.py -[Flag]}
{Flag-Supported: Domain-Extension(-ext) , Domain-Name(-nam) , Protocol(-prt)}
Example 1: chromeHistoryAnalyzer.py -ext
Example 2: chromeHistoryAnalyzer.py -nam
https://coderspacket.com/uploads/user_files/2023-06/Names_Pie-1688102493-2041.png
Example 3: chromeHistoryAnalyzer.py -prt
[chrome_history_SS: Auto-generated, {If required can be removed as it will be regenerated although it is not advisible to do so.}]
Visual-Pie-Chart: Generated (File-Format: PNG)
Submitted by Subhankar Ray (SubRay3023)
Download packets of source code on Coders Packet
Comments