1 |
<<DW.eagle.zip>>
|
Version 1.02 10/29/2018 |
All files to run DWeagle contained in this Zip. Setup procedure:
|
3 |
Readme.txt Config.cfg
|
|
Configuration and readme files. View with text editor. Readme.txt contains all instructions to use config.cfg |
4 |
Python interpreter Python.exe |
|
The most recent python interpreter for any platform can be downloaded from here. https://www.python.org/downloads/ Dweagle.py was developed in Python3.7. the .exe contained in the .zip should be used in most cases to avoid compatibility issues. The application runs in the python interpreter environment in windows. Close Python to end the application. |
4 |
Setup.py |
|
This script runs the Python pip installer to install the external module dependencies for DWeagle.py.
Installs Cryptography to allow python to use encryption. Installs paramiko to allow for SFTP client connections. Installs pypwin32 and winshelll for windows shell commands in python.
Creates a desktop shortcut to launch to DWeagle app.
|
5 |
DWeagle.py |
|
All the good stuff happens here. Setup.py creates desktop shortcut after install, double click to launch application. |