An AutoHotkey v2 script that converts hours, minutes, and seconds into hours.
Time Calculator is an AutoHotkey script that converts hours, minutes, and seconds into total hours. It provides a simple interface to perform this conversion and is designed for ease of use. This script was generated using Claude AI and later refined.
Special thanks to both Nikola for the incredible libraries.
Big thanks to TAB Nation - Automation for the tutorials and resources used in this script.
- 🕒 Converts time units (hours, minutes, and seconds) into total hours.
- 📊 Simple and intuitive graphical user interface (GUI) for easy input and conversion.
- ⏱️ Real-time updates: Instant calculation as you enter time values.
- 📂 Automatically sets the working directory to the script’s location, ensuring consistent behavior across different environments.
- 🔒 Ensures only one instance of the script is running to prevent conflicts.
AutoHotkey v2.0 or higher.
GuiEnhancerKit library, to enhance the look and feel of AutoHotkey GUIs.
ColorButton library, to create custom buttons.
CursorHandler library, to handle mouse movement.
CustomMsgbox library, to create custom message boxes.
ToolTipEx library, to create custom tooltips.
ColorSchemes library, to set custom color schemes.
-
📥 Download and install AutoHotkey v2.0.
-
💻 Clone or download this repository to your local machine.
-
📊 Run the Time-Calculator.ahk script.
-
After running the script, a GUI window will appear.
-
🕒 Enter the hours, minutes, and seconds you wish to convert.
-
🔜 Click the Convert button to see the total time in hours.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.