Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudo-arash/proxypulse
A user friendly application which tests proxies.
https://github.com/sudo-arash/proxypulse
proxy-tester proxy-testing python python-tkinter python-tkinter-application python3
Last synced: about 1 month ago
JSON representation
A user friendly application which tests proxies.
- Host: GitHub
- URL: https://github.com/sudo-arash/proxypulse
- Owner: sudo-arash
- License: mit
- Created: 2025-01-15T18:46:45.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-15T18:58:58.000Z (about 1 month ago)
- Last Synced: 2025-01-15T21:37:41.345Z (about 1 month ago)
- Topics: proxy-tester, proxy-testing, python, python-tkinter, python-tkinter-application, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProxyPulse
ProxyPulse is a user-friendly application designed to test and validate proxies efficiently. It provides a graphical interface for selecting proxy lists, testing their functionality, and displaying working proxies.
## Features
- **Proxy Testing**: Asynchronously tests proxies for functionality.
- **GUI Interface**: Easy-to-use Tkinter-based interface.
- **Logging**: Detailed logs for debugging and tracking.
- **Modular Design**: Organized codebase for easy maintenance and contributions.## Setup
1. Clone the repository:
```bash
git clone https://github.com/sudo-arash/proxypulse.git
cd proxypulse
```2. Install dependencies:
```bash
pip install -r requirements.txt
```3. Run the application:
```bash
python main.py
```## Documentation
- [Architecture](doc/architecture.md): Overview of the application's structure.
- [GUI Guide](doc/gui_guide.md): How the GUI works and how to use it.
- [Proxy Testing](doc/proxy_testing.md): Details about the proxy testing logic.
- [Contributing](doc/contributing.md): Guidelines for contributing to the project.## Contributing
We welcome contributions! Please read the [Contributing Guide](doc/contributing.md) for details on how to get started.
TODO's:
- [ ] Make tests
- [ ] Improve UI## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.