Apparently there is no straight forward method to pull-request from one fork to another fork of the same repository.
Hence I created a develop branch and cherry-picked all the changes I made on my fork.
Essentially on this commit I have:
Merged the installation (install.sh) and execution (froster) script into one single file called froster.
Updated the README.md file with clear instructions to install prerequisites and froster installation command.
Updated requirements.txt for python modules
Barely touched main script (froster.py) for file formatting following autopep8 convention and improve the --version / --help output.
Apparently there is no straight forward method to pull-request from one fork to another fork of the same repository. Hence I created a develop branch and cherry-picked all the changes I made on my fork.
Essentially on this commit I have: