donno2048 / win95.exe

Microsoft Windows 95 as an executable (using python and pyinstaller)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows95 as an exe

Install requirements

pip install -r requirements.txt

Build

Try running the following command, if you get an error, try pip uninstall dataclasses -y and/or rerun it.

PyInstaller --noconfirm --onefile --windowed --icon "static/favicon.ico" --add-data "index.html;." --add-data "static/*;static" main.py -n win95

The exe will be located in dist/win95.exe, if it's broken, try running pip uninstall dataclasses -y and/or rerun it.

Based of My other project How to run Windows™ 95© on the web

About

Microsoft Windows 95 as an executable (using python and pyinstaller)


Languages

Language:HTML 82.2%Language:Python 17.8%