Metadata-Version: 2.2
Name: Furious-GUI
Version: 0.4.14
Summary: A GUI proxy client based on PySide6. Support Xray-core & hysteria
Home-page: https://github.com/LorenEteval/Furious
Author: Loren Eteval
Author-email: loren.eteval@proton.me
License: GPL v3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: Proxy Servers
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6-Essentials
Requires-Dist: qdarkstyle
Requires-Dist: ujson
Requires-Dist: pybase64
Requires-Dist: pyqrcode
Requires-Dist: pypng
Requires-Dist: icmplib
Requires-Dist: sysproxy; sys_platform == "win32"
Requires-Dist: darkdetect; sys_platform != "darwin"
Requires-Dist: darkdetect[macos-listener]; sys_platform == "darwin"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Furious

[![Github Deploy](https://github.com/LorenEteval/Furious/actions/workflows/deploy-pypi.yml/badge.svg?branch=main)](https://github.com/LorenEteval/Furious/actions/workflows/deploy-pypi.yml)

## Install

You can install from [release page](https://github.com/LorenEteval/Furious/releases) or
from [PyPI](https://pypi.org/project/Furious-GUI/).

## Wiki

* [TUN Mode](https://github.com/LorenEteval/Furious/wiki/TUN-Mode)
* [Install From PyPI](https://github.com/LorenEteval/Furious/wiki/Install-From-PyPI)

## License

License under [GPL v3.0](https://github.com/LorenEteval/Furious/blob/main/LICENSE).

## Credits

* [Xray-core](https://github.com/XTLS/Xray-core)
* [hysteria](https://github.com/apernet/hysteria)
* [tun2socks](https://github.com/xjasonlyu/tun2socks)
* [v2rayN](https://github.com/2dust/v2rayN)
* [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
