Skip to content

PKLJack/sample-cross-platform-wxpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-cross-platform-wxpython

A sample application written using wxpython. Should work in Windows, MacOS, and Linux.

What it does

The application performs simple JSON validation, and CRC32 checksum of JSON in formatted form.

Installation

You can use this application as an executable, or as python code.

As an executable

Install packages.

pip3 install -r requirements/dev.txt

Use PyInstaller directly (modifying .spec file not needed).

pyinstaller --windowed app.py

Execute the executable, click to run.

dist/app/app    # Linux
or
dist/app.app    # MacOS
or
dist\app\app.exe    # Windows

As code

Install packages.

pip3 install -r requirements/common.txt

Run code.

python3 app.py

Notes

If you are using PyInstaller inside pyenv, the following links is worth reading:

About

A sample application for using wxpython in Windows, Mac, and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages