Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/veelume/elite-dangerous-rich-presence

A standalone Discord Rich Presence application
https://github.com/veelume/elite-dangerous-rich-presence

discord discord-rich-presence discordapp elite-dangerous

Last synced: about 2 months ago
JSON representation

A standalone Discord Rich Presence application

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]

Elite Dangerous Rich Presence


A standalone Discord Rich Presence application which hides in the System Tray.


Explore the docs »




Report Bug
·
Request Feature

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project




(back to top)

### Built With

* [![pypresence][pypresence]][pypresence-url]
* [![flet][flet]][flet-url]

(back to top)

## Getting Started

To only use the app, unpack the latest release and run the Elite Dangerous Rich Presence.exe. To keep your settings between updates copy the settings.json file.

If you want to modify and build your own app, then follow the installation and usage guide.

### Prerequisites

* [uv](https://docs.astral.sh/uv/#getting-started)
```powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
```

(back to top)

## Usage

To run the app without building an executable:
```powershell
uv run python -m elite_dangerous_rich_presence
```
To build the executable:
```powershell
./build.bat
```

(back to top)

## Roadmap

There are currently no features planned, if you have a feature that is missing please [open an issue](https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/issues)

See the [open issues](https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Contact

Project Link: [https://github.com/VeeLume/Elite-Dangerous-Rich-Presence](https://github.com/VeeLume/Elite-Dangerous-Rich-Presence)

(back to top)

## Acknowledgments

* [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
* [Elite Dangerous Assets](https://github.com/Venefilyn/EDAssets)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[contributors-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[forks-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/network/members
[stars-shield]: https://img.shields.io/github/stars/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[stars-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/stargazers
[issues-shield]: https://img.shields.io/github/issues/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[issues-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/issues
[license-shield]: https://img.shields.io/github/license/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[license-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/blob/master/LICENSE
[product-screenshot]: images/screenshot.png
[pypresence]: https://img.shields.io/badge/pypresence-00bb88.svg?style=for-the-badge&logo=discord&logoWidth=20
[pypresence-url]: https://github.com/qwertyquerty/pypresence
[flet]: https://img.shields.io/badge/flet-db0f49.svg?style=for-the-badge
[flet-url]: https://flet.dev/