Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.