https://github.com/rusmux/proxy-app
Proxy menu bar app
https://github.com/rusmux/proxy-app
menubar proxy rumps
Last synced: 3 months ago
JSON representation
Proxy menu bar app
- Host: GitHub
- URL: https://github.com/rusmux/proxy-app
- Owner: rusmux
- License: mit
- Created: 2022-12-19T12:54:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T20:40:19.000Z (4 months ago)
- Last Synced: 2025-03-03T21:31:52.017Z (4 months ago)
- Topics: menubar, proxy, rumps
- Language: Python
- Homepage:
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxy App
[]()
[](https://wemake-python-styleguide.readthedocs.io/en/latest/)
[](https://github.com/pre-commit/pre-commit)
[](https://codecov.io/github/rusmux/proxy-app)Control your macOS proxy from the menu bar. Instead of going to the proxy settings and turning proxy on/off
manually, you can now simply do it from the menu bar.The application is written using [rumps](https://github.com/jaredks/rumps) framework.
![]()
# Installation
There seems to be a problem with using the py2app installer together with python dependency-injector. This [issue](https://github.com/ets-labs/python-dependency-injector/issues/438) was also with the PyInstaller. Because of this problem, it is impossible to distribute the application easily and independently of the codebase. To use the application, clone this repository, create a virtual environment, and run the commands:
```Bash
poetry install
make build_dev
```This will create an application in the `dist` folder, which you can then put anywhere and use as long as the virtual environment and repository are on your computer.