Skip to content
View TimelessP's full-sized avatar
Block or Report

Block or report TimelessP

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 Loading

  1. wartime wartime Public

    WarTime by Timeless Prototype is a strategic tabletop game.

    CSS 3

  2. tira tira Public

    Tiny, minimal, single-user, text-based issue tracking system.

    Python 4

  3. solarsystemexplorer solarsystemexplorer Public

    Explore the solar system in this text-based adventure game. Discover interesting information and write your log entries to the ship's log.

    Python 1

  4. editquill - a super-minimal, line-mo... editquill - a super-minimal, line-mode, sandboxed text editor utility
    1
    #!/usr/bin/env python3
    2
    
    
    3
    """
    4
    editquill - a super-minimal, line-mode, sandboxed text editor utility
    5
    created by @TimelessP, 2022-02-05
  5. In my side quest to find a concise a... In my side quest to find a concise and fun way to create menus, I have now created minimalmenu3.py
    1
    #!/usr/bin/env python3
    2
    
    
    3
    """
    4
    minimalmenu3.py by @TimelessP.
    5
    MIT Licence.
  6. Twistd echo and shout example of a t... Twistd echo and shout example of a telnet service with a background task.
    1
    """
    2
    telnet_echo.py by @TimelessP
    3
    https://gist.github.com/TimelessP/5abce3c64c4b671d79121d1e459aecb3
    4
    Run using:
    5
    `twistd -ny telnet_echo.py`