Unzip the package that you've downloaded to a
directory of your choice. You can
execute the application by double clicking on one of the
following files:
- saf.pyw to execute Struct-A-File
- fan.pyw to execute File-A-Nyzer
You can also create two symbolic links that
execute "python.exe saf.pyw" and "python.exe fan.pyw".
If you have py2exe installed and want to compile the code
in one executable then you can do so by executing the
following command in your command line:
python.exe setup.py py2exe
Do it in both Struc-A-File and File-A-Nyzer sub-directory.
Enjoy :)
|