Skip to content

Synchronizes user-data (text) with a specific timestamp (system-time)

Notifications You must be signed in to change notification settings

tsabelmann/eventlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. git clone https://github.com/tsabelmann/eventlogger
  2. cd eventlogger
  3. poetry install
  4. poetry run eventlogger

Acknowledgements

The output files are currently saved into the directory where the eventlogger is executed.

About

Synchronizes user-data (text) with a specific timestamp (system-time)

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages