Skip to content
View Moritz344's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Germany
  • 22:11 (UTC +02:00)

Block or report Moritz344

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
Moritz344/README.md
     class Programmer(object):
          def __init__(self):
               self.name: str = "Moritz"
               self.age: int = 16

          def hi(self):
               print("Hey!")

     programmer = Programmer()
     programmer.hi()
 # About Me
 I'm a 17 year old guy who likes programming in his freetime. For coding I use nvim/vim and I really enjoy and     
 suffer using it. Im currently only writing in python and bash. I also have some experience in the
 shell from the overthewire Bandit Level which was really cool and I recommend.
 I also edit videos with Davinci Resolve(coding videos,anime edits,shorts).
     

Pinned Loading

  1. mcscan mcscan Public

    A cli application to fetch data from your favourite minecraft server. ๐Ÿง™โ€โ™‚๏ธ

    Python 1

  2. anime-info-cli anime-info-cli Public

    A simple CLI application to fetch information such as title, genre, or ranking for any anime.๐Ÿง™โ€โ™‚๏ธ

    Python

  3. Twitch-Chat Twitch-Chat Public

    Get the Twitch chat messages from streamers in your terminal! ๐Ÿง™โ€โ™‚๏ธ

    Python 3

  4. Simulation-of-Life Simulation-of-Life Public

    Pixel Simulieren Leben.

    Python 2

  5. NeroEditor NeroEditor Public

    Text editor written in python.

    Python 1

  6. Minimal-Weather Minimal-Weather Public

    weather app written in python.

    Python