Skip to content
View bettercallsean's full-sized avatar
🏴󠁧󠁢󠁷󠁬󠁳󠁿
🏴󠁧󠁢󠁷󠁬󠁳󠁿

Highlights

  • Pro

Block or report bettercallsean

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
bettercallsean/README.md

Su'mae/Hello 👋

🏴󠁧󠁢󠁷󠁬󠁳󠁿 My name is Sean, and I'm from Wales!
👨🏻‍💻 I'm mainly a .NET dev, but I do like using Python too. I like trying out and experimenting with different things.
📚 Just completed a master’s degree in Advanced Computer Science!
🎯 Goals: Maybe do a PhD??
🐦‍⬛ You can find me on Twitter https://twitter.com/seanedwards_
🦋 I'm also on Bluesky https://bsky.app/profile/seanedwards.dev
🎲 Fun fact: The raised bits on the top of castle walls are called 'merlons'

Pinned Loading

  1. BODMAS-Calculator BODMAS-Calculator Public

    A rule-based Python calculator that follows bodmas

    Python 5 1

  2. ClickyController ClickyController Public

    A C# library for controlling mouse and keyboard input on Windows

    C# 11 1

  3. IPBot IPBot Public

    A Discord bot and web API for checking the IP and player count of a few different game servers

    C#

  4. seanedwards.dev seanedwards.dev Public

    Code for my website

    C#

  5. Scrapes the current external IP and ... Scrapes the current external IP and emails it if it has changed since the last time the script was run
    1
    #!/usr/bin/env python3
    2
    # ip_emailer.py - Scrapes the current external IP and emails it if it has changed since the last time the script was run
    3
    
                  
    4
    # Requires a scraper_creds.env file to be created, with the keys EMAIL and APP_PWD
    5
    
                  
  6. Checks whether a new IP has been scr... Checks whether a new IP has been scraped and changes the Microsoft Remote Desktop for Mac IP. This program will require some modification to get working with your mail setup. I use this in conjunction with my ip_emailer script which can be found here: https://gist.github.com/bettercallsean/854f117adda1efbe7081a31d52c123ce
    1
    #!/usr/bin/env python3
    2
    # set_remote_desktop_ip.py - Checks whether a new IP has been scraped and changes the Microsoft Remote Desktop IP
    3
    # to save on effort
    4
    
                  
    5
    # Requires a scraper_creds.env file to be created, with the keys EMAIL and APP_PWD