This project is a Streamlit application designed to compare configuration settings between two files. It allows users to upload files, view changes, and save logs of the comparisons.
unrealengine-settings-compare-tool
├── app
│ ├── streamlit_app.py # Main entry point for the Streamlit application
│ ├── compare_settings.py # Logic for comparing settings between two files
├── README.md # Documentation for the project
├── requirements.txt # Project dependencies
-
Clone the repository:
git clone <repository-url> cd unrealengine-settings-compare-tool
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit application:
streamlit run app/streamlit_app.py
- Upload two configuration files to compare their settings.
- The application will display any changed, added, or removed settings.
- You can save the comparison results as logs for future reference.
Feel free to submit issues or pull requests if you have suggestions or improvements for the project.