Skip to content
View JoshPaulie's full-sized avatar
🐒
🐒

Organizations

@catppuccin

Block or report JoshPaulie

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
JoshPaulie/README.md

Hi! I'm @JoshPaulie

I'm a Linux Sysadmin with an automation fixation.

Python Javascript C++ Bash Linux Redhat Ansible Lua Neovim Java Raspberrypi

Pinned Loading

  1. goonbot goonbot Public

    Overly documented discord.py bot for my longtime friend group

    Python

  2. JoshPaulie.github.io JoshPaulie.github.io Public

    Repo behind bexli.dev

    CSS

  3. textual-cards textual-cards Public

    TUI flashcard app, powered by Textual

    Python 1 1

  4. textual-passphrase textual-passphrase Public

    textual app that generates passphrases based on custom user-provided list in home dir

    Python 1

  5. Simple RuneScape gold calculator. Ta... Simple RuneScape gold calculator. Takes numbers like 13.4k or .3m
    1
    import argparse
    2
    import re
    3
    
                  
    4
    
                  
    5
    def osrs_num(number: str | int | float) -> float: