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.
- Host: GitHub
- URL: https://github.com/1999azzar/host-file-tools
- Owner: 1999AZZAR
- License: mit
- Created: 2024-01-15T19:36:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-15T19:59:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:48:23.226Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).