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

https://github.com/etcetra7n/cmdlog-gui

UI interface for log entry into log files
https://github.com/etcetra7n/cmdlog-gui

gui logger logging python tkinter ui utility

Last synced: about 2 months ago
JSON representation

UI interface for log entry into log files

Awesome Lists containing this project

README

          

# cmdlog GUI

cmdlog GUI is a UI interface for manual log entry into log files

```shel
$ python cmdlog-gui.py example.log
```

![cmdlog GUI interface](ui_interface_screenshot.png "cmdlog GUI interface")

![example.log file](example_log_screenshot.png "example.log")

This python application is a UI wrapper around the
[cmdlog](https://github.com/etcetra7n/cmdlog) application.
So you would need to install that first.