An open API service indexing awesome lists of open source software.

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!

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.

![image](https://user-images.githubusercontent.com/38868705/130520615-7c78cab2-910c-4b89-8095-768d28694042.png)

## 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`.

![image](https://user-images.githubusercontent.com/38868705/130520695-7c36214b-659a-4802-ab6d-1b5d18c8cd7b.png)