diff --git a/README.md b/README.md index 599595a..522d24a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A cross-platform (Linux/Windows) desktop application for viewing, creating, and editing Teletext pages. This tool is designed to work with the `.t42` file format, providing a robust environment for Teletext recovery and design. +![Application Screenshot](screenshot.png) + ## Features - **File Support:** Load and save standard `.t42` Teletext data files. @@ -43,4 +45,4 @@ The application is built using Python and PyQt6, and packaged into a standalone - **Windows:** `dist/TeletextEditor_Windows.exe` > **Note for Cross-Compilation:** -> The build script produces an executable for the **current OS** running the script. To build the Windows executable on Linux, you can use Wine (as configured in the Gitea workflow) or run the script natively on a Windows machine. \ No newline at end of file +> The build script produces an executable for the **current OS** running the script. To build the Windows executable on Linux, you can use Wine (as configured in the Gitea workflow) or run the script natively on a Windows machine. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..769b6c3 Binary files /dev/null and b/screenshot.png differ