Skip to content
View Helyux's full-sized avatar
πŸš€
to the moon
πŸš€
to the moon
Block or Report

Block or report Helyux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Helyux/README.md

Hello and welcome! πŸ‘‹

I am Lukas, a system engineer by day and code enthusiast at night.

πŸ”­ I'm working on different kinds of small projects, usually in Python.
πŸ› οΈ I'm currently building a 3rd party CS2 market monitoring bot.
🌱 I'm presently in the process of learning Rust.

Mail Twitter Xing

Pinned

  1. BBB-Readable-Feedback BBB-Readable-Feedback Public

    Script that creates humanly readable output from the feedback logs of a BigBlueButton (BBB) instance.

    Python 12 4

  2. csgo-match-history csgo-match-history Public

    Download your complete csgo matchhistory β†’ Parse the gathered data to json β†’ start a quick analysis on the data

    Python 4 1

  3. cs2-fade-calculator-py cs2-fade-calculator-py Public

    Calculate the Fade percentage of a CS2 skin using its paint seed & a bit of python. 🌱

    Python 1

  4. Generate a gen command string based ... Generate a gen command string based on the provided 'iteminfo' data from a csgofloat instance.
    1
    def generate_gen_command(data: dict) -> Optional[str]:
    2
        """
    3
        Generate a gen command string based on the provided 'iteminfo' data from a csgofloat instance.
    4
    5
        :param data: A dictionary with the keys 'defindex', 'paintindex', 'paintseed', and 'floatvalue'