https://github.com/tsabelmann/eventlogger
Synchronizes user-data (text) with a specific timestamp (system-time)
https://github.com/tsabelmann/eventlogger
csv event export gui logger poetry pyside2 timestamp
Last synced: 3 months ago
JSON representation
Synchronizes user-data (text) with a specific timestamp (system-time)
- Host: GitHub
- URL: https://github.com/tsabelmann/eventlogger
- Owner: tsabelmann
- Created: 2020-11-15T12:34:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T18:11:45.000Z (about 4 years ago)
- Last Synced: 2025-01-20T21:39:38.920Z (about 1 year ago)
- Topics: csv, event, export, gui, logger, poetry, pyside2, timestamp
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eventlogger
The `eventlogger` program allows the recording of self issued events, where the relation between the time-stamp and the event is crucial. The `eventlogger` can be used for the reverse-engineering of an event-driven system, where events trigger certain actions.
## Output Format
| DateTime | Text |
| ----------------- | ------------------------------------ |
| 11/15/20 14:27:09 | Installed `eventlogger` on my system |
## Requirements
1. Python **3.8** or *above*
2. Python **Poetry**
## Installation
1. ```bash
git clone https://github.com/tsabelmann/eventlogger
```
2. ```bash
cd eventlogger
```
3. ```bash
poetry install
```
4. ```bash
poetry run eventlogger
```
## Acknowledgements
The output files are currently saved into the directory where the `eventlogger` is executed.