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
- Host: GitHub
- URL: https://github.com/etcetra7n/cmdlog-gui
- Owner: etcetra7n
- Created: 2024-06-21T11:29:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:13:18.000Z (about 2 years ago)
- Last Synced: 2025-03-28T06:16:31.406Z (over 1 year ago)
- Topics: gui, logger, logging, python, tkinter, ui, utility
- Language: Python
- Homepage:
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```


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