Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kerogs/pyhosts

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

Last synced: about 12 hours 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!

## Install
```
git clone https://github.com/kerogs/pyhosts.git
cd ksp
pip install -r requirements.txt
```

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