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
- Host: GitHub
- URL: https://github.com/kerogs/pyhosts
- Owner: kerogs
- License: mit
- Created: 2024-09-06T23:36:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T00:07:53.000Z (over 1 year ago)
- Last Synced: 2025-02-16T12:57:55.213Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
## 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
```