An open API service indexing awesome lists of open source software.

https://github.com/1999azzar/host-file-tools

just a simple python code to manage multiple host file, maybe for adblocking purpose.
https://github.com/1999azzar/host-file-tools

Last synced: 8 days ago
JSON representation

just a simple python code to manage multiple host file, maybe for adblocking purpose.

Awesome Lists containing this project

README

          

**README.md**

## SimpleDuplicateCombiner & HostsFileUpdater

This repository contains two Python scripts for simple tasks: combining text files and updating host files.

### SimpleDuplicateCombiner

**Features**

- Combines content from multiple text files.
- Removes duplicates and produces a sorted output file.
- Robust error handling for a smooth user experience.

[Detailed README for SimpleDuplicateCombiner](duplicate%20combiner/readme.md)

---

### HostsFileUpdater

**Features**

- Updates host files by replacing `127.0.0.1` with `0.0.0.0`.
- Skips commented lines and empty lines.
- Provides detailed error messages for easy troubleshooting.

[Detailed README for HostsFileUpdater](file%20updater/readme.md)

---

Feel free to check the detailed READMEs for more information on each script.

**Contributing**
Contributions are welcome! Feel free to open issues or submit pull requests.

**License**
This project is licensed under the [MIT License](LICENSE).