Ecosyste.ms: Awesome
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 12 hours 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:38:11.000Z (21 days ago)
- Last Synced: 2024-12-04T20:30:39.420Z (21 days ago)
- Language: Python
- Homepage:
- 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
# 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
```