https://github.com/matejmajny/getwiniso
Get ISO of Windows OS
https://github.com/matejmajny/getwiniso
Last synced: 3 months ago
JSON representation
Get ISO of Windows OS
- Host: GitHub
- URL: https://github.com/matejmajny/getwiniso
- Owner: matejmajny
- License: gpl-3.0
- Created: 2023-02-11T12:11:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T19:21:42.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:39:58.334Z (4 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GetWinISO💿



Script to download ISO files from [Archive.org](https://archive.org)
## About 📝
- built in download function
- supports Windows XP+ windowses (except the Vista and 8 <--- only 8, not 8.1)## Requirements 📦
- Python 3.x
- Windows 8.1+ or linux distro (Termux works too)## Installation 💾
Clone the repo or use GitHub download function and run:
```
python3 main.py
```
- If you are on Windows 8.1+ you can use the executable file.
- For .py file run ``` pip install -r requirements.txt ```
## Usage❓
Open .exe/.py file, write number of your selected ISO and wait for it to download!## Disclaimers❗
- I am not responsible for slow download speeds etc. Files are not hosted by me.
- You can find links to files what i used in [sources.md](https://github.com/matejmajny/getwiniso/blob/main/sources.md) file.
- I **do not provide** any product keys or activation scripts, go figure that out yourself.
- All of the isos are without any edits.## Contributing 🔍
If you have found a bug or you have suggestion for update/new os feel free to contribute or open an [issue](https://github.com/matejmajny/getwiniso/issues/new/choose)## License 📜
This script is released under the GPL-3.0 License.## Side note ✒️
Thanks [@flandolf](https://github.com/flandolf) for some ReadMe inspiration