This is a simple Python application that allows users to track start and stop times. It displays the current date and time and enables users to record start and stop times, save them to a file, and copy the recorded times to the clipboard.
- Click on the Start button to record the start time.
- Click on the Stop button to record the stop time.
- Click on the Save button to save the recorded time interval to a file named
data.txt. - Click on the Delete Data button to clear all recorded data from the file and the display.
- The recorded time interval is also copied to the clipboard for easy pasting.
- Run the exe.
- Click on the buttons to perform the desired actions as described in the instructions.
This project is licensed under the MIT License.
