Skip to content

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

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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