/catapult-plugins-collection

Plugin collection to integrate with catapult launcher

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Catapult Plugins Collection

Plugin collection to integrate with catapult launcher

Plugins available

Translator

Usage

Just write the word tr, then the base language and the language to translate, finally just add what you want translate.

Remember that for the translation to be executed you must add a trailing whitespace.

Format: tr <Source language> <Target language> <Text><Trailing whitespace>

Example: tr en ru Hello World

Demo

trans

Installation:

curl https://raw.githubusercontent.com/CRAG666/catapult-plugins-collection/main/plugins/translator.py --output ~/.local/share/catapult/plugins/translator.py

Hash

Usage

Write the method with which you want to generate the hash.

Format: <Method> <Text>

Exaple: sha256 Hello World!!

Available methods

  • blake2b
  • blake2s
  • md5
  • sha1
  • sha224
  • sha256
  • sha384
  • sha3224
  • sha3256
  • sha3384
  • sha3512
  • sha512
  • shake128
  • shake256

Demo

hash

Installation:

curl https://raw.githubusercontent.com/CRAG666/catapult-plugins-collection/main/plugins/hash.py --output ~/.local/share/catapult/plugins/hash.py