Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An example script to bundle up .res to .png conversion using PyInstaller #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ Known issues

Requirements
------------
- Python 2.7 or 3.x (Tested on Linux / Windows 7 / Mac OSX)
- Python 2.7 or 3.x (Tested on Linux / Windows 7 / Mac OSX)
- optional: matplotlib (for plotting)
- optional: xlsxwriter (for xlsx-output)

Usage
-----
- See pycorn/docs/USAGE_pycorn-bin.txt if you want to extract/plot data directly
- See pycorn/docs/USAGE_pycorn_module.txt if you want to import it into your script
- See pycorn/docs/USAGE_res_to_png.txt if you want to create a single executable using PyInstaller for generation of .png plots from .res files


License
Expand Down
Loading