Skip to content
View blackc0mb's full-sized avatar

Organizations

@chryz-hub
Block or Report

Block or report blackc0mb

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

Hi Tonatiuh here

class readme():
  def __init__(self):
      self.data = {
        'name': 'Tonatiuh Morales',
        'about': 'Developer in my free time, father, husband | SAP Technical Lead',
        'pronouns': 'he/him',
        'fun fact': 'I like sports (football, baseball, soccer) | jogging 🏃 | Rock music 🎸',
        'fav teams': '🏈 Philadelphia Eagles, ⚾ Atlanta Braves, ⚽ Santos Laguna, México'
        }

      self.other_data = {
        'skills': '🌱 I’m currently learning web development (HTML, CSS, JS) & Python',
        'help': '💬 Ask me about SAP-ABAP, SAP Business Intelligence & Manage SAP Environments',
        'available for': '👯 I’m looking to collaborate on any project, volunteer 😊'
      }

  def get_data(self):
    print("###### General Information ######")
    for i, j in self.data.items():
        print(i, ':', j)

  def get_other_data(self):
    print('\n')
    print("###### Additional Information ######")
    for i, j in self.other_data.items():
        print(i, ':', j)

Tonatiuh GitHub Stats

Top Langs


How to reach me:

Twitter Telegram LinkedIn


Pinned

  1. blackc0mb.github.io blackc0mb.github.io Public

    Personal website (Linktree)

    HTML

  2. chryz-hub.github.io chryz-hub.github.io Public

    Forked from chryz-hub/chryz-hub.github.io

    Information of our community

  3. gpwd gpwd Public

    A simple web page to generate random passwords

    CSS

  4. randompwd randompwd Public

    Generate random password

    Python

  5. blog blog Public

    Personal blog

    SCSS

  6. Useful commands to manage Raspberry PI Useful commands to manage Raspberry PI
    1
    # Useful commands to manage Raspberry PI
    2
    
                  
    3
    **Update** the system package list
    4
    ```
    5
    sudo apt update