Skip to content
View mowhn's full-sized avatar
🍬
Candy
🍬
Candy

Block or report mowhn

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

mowhn 👾

Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Kid:

    def __init__(self):
        self.name = "mowhn"
        self.role = "Kid"
        self.language_spoken = ["English"]

    def say_hi(self):
        print("Welcome to my world of development! I break things, code them, and learn as I grow.")


me = Kid()
me.say_hi()

About Me?

I’m a kid who loves to learn, code, and build. From experimenting. I focus on gaining knowledge and creating projects for fun.


Languages

Languages

Tools & Platforms

Tools & Platforms


Popular repositories Loading

  1. Temp-mail Temp-mail Public

    Temp Mail Service is a web application that provides users with temporary, disposable email addresses. It helps manage incoming emails while protecting personal email accounts from spam and unwante…

    HTML 30 6

  2. mowhn mowhn Public

    Config files for my GitHub profile.

    17 1

  3. TMP-mail TMP-mail Public

    TMP-mail is a Python-based utility for creating temporary email addresses, managing inboxes, and interacting with messages seamlessly. By leveraging reverse-engineering techniques, TMP-mail provide…

    Python 16 5

  4. pyAi pyAi Public

    pyAi is an advanced AI-powered assistant designed to generate Python scripts for any purpose. Whether you're a developer, student, or researcher, pyAi delivers seamless and efficient code generatio…

    14 3

  5. PuterAi-python_SDK PuterAi-python_SDK Public

    PuterAi Python SDK provides a simple way to interact with the Puter AI API for chatbot interactions and text-to-speech (TTS) generation. This SDK allows you to integrate chatbot and TTS functionali…

    Python 7 2