This tool provides a simple graphical interface to merge the contents of multiple text files into a single file. Users can select a source folder containing the text files to be merged and specify the location to save the merged file. Additionally, there's an option to include filenames as separators between sections in the merged file.
- Select the source folder containing the text files to be merged.
- Choose the save location for the merged file.
- Optionally, check the box to include filenames as separators.
- Click the "Start Merge" button to start the merging process.
- Once the merging is complete, the merged file will be available at the specified location.
- Create a Python virtual environment:
python -m venv local
- Install dependencies:
.\local\Scripts\pip install tqdm==4.66.2
- Run the tool:
.\local\Scripts\python main.py
- Download the pre-built executable from the releases section.
- Double-click the executable to run the tool.
The application has a terminal showing backend progress.