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 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
added a single file script to convert .res files to .png files
  • Loading branch information
aretasg authored and aretasg committed Feb 23, 2019
commit 2db62ae1a5a0b2607dfc4803735fc5cd79bb0d78
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Convert .res files using PyCORN (adapted to work with pyinstaller)

## Requirments

* matplotlib

## Features

* convert_res.py is a modified PyCORN utility to generate .png plots from .res files
* It does not accept any arguments;
* When run converts every .res file in the same directory as the convert_res.py script.
* Works with PyInstaller allowing convert_res.py to be bundled and easily distrubuted to people not familiar with terminal/console.

## Example usage

```
python convert_res.py
```

## Known issues

On macOS when creating an executable using PyInstaller an error related to tkinter may be issued. Please refer to this [link](https://github.com/pyinstaller/pyinstaller/issues/3753) for a solution.
51 changes: 0 additions & 51 deletions README.rst

This file was deleted.