Python version of byeBye
Shutdown the computer, logs date and uptime, visualize the logged data in terminal.
Copy and paste the following commands in your terminal:
pip install termplotlib
cd /usr/local/bin
sudo wget https://raw.githubusercontent.com/Sriram-bb63/pybye/main/pybye
sudo chmod +x pybye
Run pybye using pybye from any directory in your terminal.
Run pybye graph to see a graph of total uptime for each day.
NOTE: pybye will only log data if you use
pybyecommand to shutdown your computer. Any other methods used will not log uptime thus creating incorrect data which will be used by the graph making it inaccurate.
