Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rusmux/proxy-app
Proxy menu bar app
https://github.com/rusmux/proxy-app
menubar proxy rumps
Last synced: 19 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T23:04:35.000Z (3 months ago)
- Last Synced: 2024-10-07T10:11:33.025Z (about 1 month 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
[![version](https://img.shields.io/badge/Version-0.1.0-brightgreen)]()
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://wemake-python-styleguide.readthedocs.io/en/latest/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![codecov](https://codecov.io/github/rusmux/proxy-app/branch/main/graph/badge.svg?token=EXBDH0NYIB)](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.