https://github.com/unsignedarduino/timestampconverter
Pop-up a window whenever a timestamp is copied to the clipboard, allowing you to view the timestamp in a human-friendly way!
https://github.com/unsignedarduino/timestampconverter
arrow helper pillow pystray python python3 timestamp tkinter unixtime unixtimeconverter unixtimestamp
Last synced: 10 months ago
JSON representation
Pop-up a window whenever a timestamp is copied to the clipboard, allowing you to view the timestamp in a human-friendly way!
- Host: GitHub
- URL: https://github.com/unsignedarduino/timestampconverter
- Owner: UnsignedArduino
- Created: 2021-08-23T21:14:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T21:24:27.000Z (over 4 years ago)
- Last Synced: 2025-03-03T22:13:13.291Z (about 1 year ago)
- Topics: arrow, helper, pillow, pystray, python, python3, timestamp, tkinter, unixtime, unixtimeconverter, unixtimestamp
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

## Install
1. Clone this repo to your machine
2. Create virtual environment if desired
3. Install dependencies in [`requirements.txt`](https://github.com/UnsignedArduino/TimestampConverter/blob/main/requirements.txt).
4. Ensure [`icon.ico`](https://github.com/UnsignedArduino/TimestampConverter/blob/main/icon.ico)
is in the same directory as [`main.py`](https://github.com/UnsignedArduino/TimestampConverter/blob/main/main.py).
5. Run [`main.py`](https://github.com/UnsignedArduino/TimestampConverter/blob/main/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`.
