Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celsiusnarhwal/pekora
A command-line calculator for Discord permission values
https://github.com/celsiusnarhwal/pekora
calculator cli discord permissions typer
Last synced: 14 days ago
JSON representation
A command-line calculator for Discord permission values
- Host: GitHub
- URL: https://github.com/celsiusnarhwal/pekora
- Owner: celsiusnarhwal
- License: mit
- Created: 2023-03-09T00:00:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-08T16:52:15.000Z (over 1 year ago)
- Last Synced: 2024-10-10T15:41:14.585Z (about 1 month ago)
- Topics: calculator, cli, discord, permissions, typer
- Language: Python
- Homepage: https://pekora.celsiusnarhwal.dev
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pekora
[![PyPI](https://img.shields.io/pypi/v/pekora?logo=pypi&color=green&logoColor=white&style=for-the-badge)](https://pypi.org/project/pekora)
[![PyPI - License](https://img.shields.io/pypi/l/pekora?color=03cb98&style=for-the-badge)](https://github.com/celsiusnarhwal/pekora/blob/main/LICENSE.md)
[![Code style: Black](https://aegis.celsiusnarhwal.dev/badge/black?style=for-the-badge)](https://github.com/psf/black)Pekora is a calculator for Discord permission values. With it, you can calculate permission values, see detailed
information about the permissions a value represents, and interactively build your own
permissions.## Installation
### pipx (recommended)
[Install pipx](https://pypa.github.io/pipx/installation/), then run:
```bash
pipx install pekora
```### Homebrew (macOS and Linux only)
[Homebrew](https://brew.sh) users can install Pekora from the
[Houkago Tea Tap](https://github.com/celsiusnarhwal/homebrew-htt).```bash
brew tap celsiusnarhwal/htt
brew install pekora
```## Documentation
For documentation, including usage instructions, visit [Pekora's website](https://pekora.celsiusnarhwal.dev).
## License
Pekora is licensed under the [MIT License](https://github.com/celsiusnarhwal/pekora/blob/main/LICENSE.md). Its
documentation is licensed under [CC BY 4.0](https://pekora.celsiusnarhwal.dev/license).