Pop-up a window whenever a timestamp is copied to the clipboard, allowing you to view the timestamp in a human-friendly way! Extremely handy when dealing with timestamps.
- Clone this repo to your machine
- Create virtual environment if desired
- Install dependencies in
requirements.txt. - Ensure
icon.icois in the same directory asmain.py. - Run
main.py!
Once you run the program, a window will pop up and quickly disappear.
To use it, copy a timestamp to the clipboard, for example 1629753699 to your
clipboard by copying and pasting that number to your clipboard. A window will
pop up like in the picture above, showing the data in a human friendly way!
To quit, press shift will closing the popped-up window or right
click the tray icon and click Quit.

