Skip to content
View Kraisie's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Kraisie

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

Pinned

  1. GambleBot GambleBot Public

    A Discord bot to have some gambling in a guild/community.

    Java 3

  2. RoleWatcher RoleWatcher Public

    A Discord bot to sync forum roles to Discord.

    Java

  3. BaS_GhostDL BaS_GhostDL Public

    Download the code of ghosts in the game 'Bots are stupid'

    Python

  4. Extract words and example sentences ... Extract words and example sentences for that word from ebooks (.epub) and sort them by frequency. Useful to find unknown words that you might want to learn (e.g. if the ebook is in another language).
    1
    import ebooklib, re, os
    2
    from ebooklib import epub
    3
    from bs4 import BeautifulSoup
    4
    
    
    5
    chars_to_replace = ['“', '”', '"', "‘", "’", ",", ";", "<", ">", "(", ")", "/", "'s", "'ll", ".", "…", "?", "!", "–", "©", "—"]