Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xvitaly/hudman
Simple script to create a local HUD mirror
https://github.com/xvitaly/hudman
hud hud-database hud-manager mirroring team-fortress-2 tf2 tf2-hud
Last synced: about 1 month ago
JSON representation
Simple script to create a local HUD mirror
- Host: GitHub
- URL: https://github.com/xvitaly/hudman
- Owner: xvitaly
- License: gpl-3.0
- Created: 2018-06-13T17:14:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T17:16:45.000Z (over 1 year ago)
- Last Synced: 2024-10-17T16:58:34.416Z (2 months ago)
- Topics: hud, hud-database, hud-manager, mirroring, team-fortress-2, tf2, tf2-hud
- Language: Python
- Homepage: https://www.easycoding.org/projects/hudman
- Size: 555 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# HUD Manager
[![GitHub version](https://img.shields.io/github/v/release/xvitaly/hudman?sort=semver&color=brightgreen&logo=git&logoColor=white)](https://github.com/xvitaly/hudman/releases)
[![PyPi Version](https://img.shields.io/pypi/v/hudman.svg?logo=pypi&logoColor=white)](https://pypi.org/project/hudman/)
[![Python CI](https://github.com/xvitaly/hudman/actions/workflows/python.yaml/badge.svg)](https://github.com/xvitaly/hudman/actions/workflows/python.yaml)
[![CodeQL](https://github.com/xvitaly/hudman/actions/workflows/codeql.yml/badge.svg)](https://github.com/xvitaly/hudman/actions/workflows/codeql.yml)
[![AppVeyor CI status](https://ci.appveyor.com/api/projects/status/35yrms4i0thaw9vx?svg=true)](https://ci.appveyor.com/project/xvitaly/hudman)
[![Codacy](https://app.codacy.com/project/badge/Grade/7cd1055493b44164b38dd70c02d05870)](https://www.codacy.com/gh/xvitaly/hudman/dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/xvitaly/hudman/badge/master)](https://www.codefactor.io/repository/github/xvitaly/hudman/overview/master)
[![GitHub issues](https://img.shields.io/github/issues/xvitaly/hudman.svg?label=issues)](https://github.com/xvitaly/hudman/issues)
---## About
HUD Manager is a simple tool for creating a local HUD mirror. Can be used with the [SRC Repair](https://github.com/xvitaly/srcrepair) project.
## License
GNU General Public License version 3. You can find it here: [LICENSE](LICENSE). External libraries can use another licenses, compatible with GNU GPLv3.
Icon for the Windows executable and installer from the [Noto Emoji](https://github.com/googlefonts/noto-emoji) font, licensed under the terms of the [Apache License 2.0](licenses/noto-emoji.LICENSE.txt).
## Requirements
* Python 3.6+ with full set of standard libraries;
* [python-defusedxml](https://github.com/tiran/defusedxml);
* [python-requests](https://github.com/psf/requests).## Documentation
Documentation available [here](docs/README.md).