Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.34 KB

TimestampConvert

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.

image

Install

  1. Clone this repo to your machine
  2. Create virtual environment if desired
  3. Install dependencies in requirements.txt.
  4. Ensure icon.ico is in the same directory as main.py.
  5. Run main.py!

Usage

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.

image