Skip to content
View Matracks's full-sized avatar
  • Montevideo / Uruguay
Block or Report

Block or report Matracks

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

Hi, I am Paulo Matias 👨‍🦱

from datetime import datetime


class ReadMe:
    def __init__(self, username="Matracks", year=datetime.today().year):
        self.username = username
        self.year = year
        self.name = 'Paulo Moran'
        self.education = {
            'dev language': ['Python', 'Javascript', 'PHP', 'HTML', 'CSS'],
            'framework': ['Django + DRF', 'fastAPI'],
            'economist': ['three years economist carrer'],
            'language': ['spanish - native', 'english - mid level', 'chinese - HSK II']
        }
        self.employment = {
            'finance assistant': ['Lovimar SA', 'Montevideo / Uruguay'],
            'developer': ['thanks you', 'my profile'],
        }

    def __str__(self):
        return f"""
        Hi, I am {self.name} and {self.username} on GitHub,
        I am delighted that you are here, have a nice day.
        """

    def doing(self, now=2022):
        today = self.year

        if now < today:
            experience = self.employment['finance assistant']
            return f"""
            I was a finance assistant in {experience[0]} in {experience[1]}.
            """

        elif now == today:
            dream = self.education['framework']
            return f"""
            I am currently learning {dream[-1]}.
            """

        else:
            goal = self.employment['developer']
            return f"""
            Hey!, you, in the future, {goal[0]} for visit {goal[1]}.
            """


me = ReadMe()

LinkedIn Email


🍀 From Matracks

Popular repositories Loading

  1. Matracks Matracks Public

    This is my personal repository

  2. youtube_download youtube_download Public

    Simple Gui app for download videos and music from Youtube

    Python

  3. Juego-de-Monty-Hall Juego-de-Monty-Hall Public

    Python

  4. webpersonal webpersonal Public

    Personal Website in Dajngo with a Portfolio App where you can upload your projects (image, description and link) and a Contact App with a contact form.

    HTML

  5. business-website business-website Public

    Business Website with 5 apps, you can adapt it to your needs. You can see it in the README's link.

    HTML

  6. react-gif-search react-gif-search Public

    JavaScript