NIT-Hamirpur-NITH / ProxyHelper

This repository will contain the code for a cool application that would remove the need to use FoxyProxy and likes.
8 stars 11 forks source link

Convert .sh files to .py #30

Open Akarshit opened 8 years ago

Akarshit commented 8 years ago

I like the mix of bash scripting in the project. But for the sake of consistency let's try to do as much stuff as possible in python. This would make it easier for someone looking at the project to understand it, and also might improve the chances of getting into debain repo.

ke2ulpatani commented 8 years ago

Does this include files like zetproxy as well ? Or just files with .sh extension?

Akarshit commented 8 years ago

@ke2ulpatani As much as possible we want to convert the files to .py

tibi77 commented 7 years ago

i can do the uninstall.sh file :D

Akarshit commented 7 years ago

@tibi77 Any help is much appreciated. :)

jlax47 commented 7 years ago

I created Pull Request #46 for converting install.sh to install.py