├── README.md └── pyJoiner.zip /README.md: -------------------------------------------------------------------------------- 1 | # pyJoiner - Windows Version 2 | # Coder: Daniel Henrique Negri Moreno (a.k.a W1ckerMan) 3 | 4 | How to run pyJoiner: 5 | 6 | 1 - pyJoiner must run ONLY UNDER Windows platform. 7 | 8 | 9 | 2 - Please install Python 3.4.4 10 | https://www.python.org/downloads/release/python-344/ 11 | 12 | 13 | 3 - You need manual installation of pyinstaller. 14 | Run 'pip install pyinstaller' in cmd.exe 15 | 16 | 4 - After run pyJoiner.py, the file "py_file.pyw" (containing the 17 | source code responsible to Join and run files) will be created. 18 | 19 | 5 - After run pyJoiner, the directory "output" (containing the 20 | file "py_file.exe") will be created. 21 | -------------------------------------------------------------------------------- /pyJoiner.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielhnmoreno/pyJoiner---GUI-Version/46a681aba0ab6a7dc9197c185a9bc21b13ffca9f/pyJoiner.zip --------------------------------------------------------------------------------