loger File editor is a Python program for editing files.
It is easy to make plugins too. (More plugin functionality is coming)

Default dark theme
Hotdog stand theme (from Windows 3.1)
To install the program:
- Download and install any supported version of Python 3
- Install the
illium.ttffont (optional) - Open
loger_file_editor.pyon the desktop or in a terminal- If a terminal window opens too, check to see if the debug flag is
enabled in
runtimeOptions.properties, it will look like thisdebug = TRUEand set it todebug = FALSE
- If a terminal window opens too, check to see if the debug flag is
enabled in
The code is in gui.py. All dependencies, except Python, are included and located in scr/libraries/. All themes are in scr/assets/themes/ along with other images.
ERRORS MAY OCCUR IN AN IDE DUE TO PROJECT CONFIG OPTIONS. FOR USE OF SOFTWARE OUTSIDE A DEV ENVIRONMENT RUN WITH ABOVE INSTRUCTIONS!
The goal of loger File editor was to have a customizable file editor, but it has morphed into a tool for working with some strange file formats. Our goals include:
- Making a file editor that can work with weird custom formats
- Making a highly customizable file editor
To contribute or modify in any way:
- Fork the main branch
- Have Attribution in your README or in the program itself
All issues should be raised on the issues page
| Version | Supported |
|---|---|
| 2.0 | |
| 1.0 | ✅ |
| P.R. | |
| Beta | ❌ |
| Alpha | ❌ |
| Version | Supported |
|---|---|
| ≥ 3.15 | ❌ |
| 3.14 | ✅ |
| 3.13 | ✅ |
| 3.12 - 3.11 | |
| ≤ 3.10 | ❌ |
