https://github.com/dsafxp/sfdserverbrowser
A server browser for Superfighters Deluxe that allows you to view available game servers in real-time.
https://github.com/dsafxp/sfdserverbrowser
python superfighters-deluxe
Last synced: about 1 year ago
JSON representation
A server browser for Superfighters Deluxe that allows you to view available game servers in real-time.
- Host: GitHub
- URL: https://github.com/dsafxp/sfdserverbrowser
- Owner: dsafxP
- License: mit
- Created: 2024-12-14T13:37:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T10:11:40.000Z (over 1 year ago)
- Last Synced: 2025-02-16T19:14:02.168Z (over 1 year ago)
- Topics: python, superfighters-deluxe
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.superfightersdeluxe.com)
# Superfighters Deluxe Server Browser [](https://github.com/dsafxP/SFDServerBrowser/actions/workflows/pylint.yml) [](https://github.com/dsafxP/SFDServerBrowser/actions/workflows/build.yml) [](LICENSE)
A server browser for *Superfighters Deluxe* that allows you to view available game servers in real-time.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/dsafxP/SFDServerBrowser.git
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run the application:
- **For the GUI version** (graphical interface):
```bash
python gui.py
```
This will open the graphical user interface of the Superfighters Deluxe Server Browser.
- **For the Console-based version** (command line interface):
```bash
python main.py
```
This will run the Superfighters Deluxe Server Browser in the terminal, displaying server information directly in the console.