Skip to content
View nobbyfix's full-sized avatar
🚢
do you like ships
🚢
do you like ships
  • nobbyfix#2338
Block or Report

Block or report nobbyfix

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. AzurLaneTools AzurLaneTools Public

    some tools i use to work with azur lane files

    Python 23 6

  2. IllusionConnectData IllusionConnectData Public archive

    Repository containing lua scripts and game data of the mobile game Illusion Connect.

    Lua 12 6

  3. AzurLaneSourceJson AzurLaneSourceJson Public

    azurlane lua files but in json

    11 1

  4. painting_reconstruct.py painting_reconstruct.py
    1
    import re
    2
    from PIL import Image
    3
    from pathlib import Path
    4
    from typing import Iterable, Optional
    5
    from argparse import ArgumentParser