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

https://github.com/kerogs/pyhosts

configuration auto for hosts files for windows
https://github.com/kerogs/pyhosts

Last synced: about 1 year ago
JSON representation

configuration auto for hosts files for windows

Awesome Lists containing this project

README

          

# pyhosts
configuration auto for hosts files for windows

> [!IMPORTANT]
> the exe file must always be launched as administrator on windows!

![preview](.ksinf/image.png)

## Install
## Installation
1. [Install](https://github.com/kerogs/pyhosts/releases/latest) and run the installer
2. You can use it!

## build
```sh
.\.venv\Scripts\activate
cd .\[windows or linux]
pip install pyinstaller
pyinstaller --onefile main.py
```