BishoyAbdelmalik / Clippy-Server

The server (desktop application) for clippy the clipboard and remote control application.
MIT License
0 stars 0 forks source link

Log recorder and visualizer #2

Open Arian-D opened 3 years ago

Arian-D commented 3 years ago

Make a handler that records to a file AND an sqlite database. Then, try to visualize it with matplotlib (for Amini).

Arian-D commented 3 years ago

Log recorder is up and running. Everything that you see in the standard output should also be recorded in the database as of https://github.com/BishoyAbdelmalik/Clippy-Server/commit/8b22b913b0464d30ed84e689a581ac0cbca69694

The visualization is still lacking, which will be most likely done with Jupyter+Matplot+Pandas.