Skip to content

ravendevteam/filediff

Repository files navigation

FileDiff

Note

All of our free software is designed to respect your privacy, while being as simple to use as possible. Our free software is licensed under the BSD-3-Clause license. By using our software, you acknowledge and agree to the terms of the license.

Simple utility for comparing the contents of two files.

Made for Windows 11.

Installation

You can download FileDiff here.

To compile from source, make sure you have Python 3.12.4, and Nuitka. Install the necessary dependencies from requirements.txt, then run build.bat.

Screenshots

Demo Screenshot 1

Personalize The Application

To personalize the application, create fdstyle.css in your user folder (ex: C:\Users\Paul\fdstyle.css). Edit the file to include any CSS styling you want, save your changes, then restart the program. If done correctly, it should load your custom styling.

Note

The UI is built with Qt5 (PyQt5, to be specific). You can read the documentation for Qt5 CSS styling here.

Authors & Contributors