Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
/ win95.exe Public archive

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

Notifications You must be signed in to change notification settings

donno2048/win95.exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows95 as an exe

Warning

As of 15/01/2025 this method is deprecated and the repository is archived, as packing with pake seems to be simpler and better, win95.msi can be found in the releases page

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