Skip to content
View joaosouz4dev's full-sized avatar
🚀
Focusing production
🚀
Focusing production

Organizations

@wppconnect-team

Block or report joaosouz4dev

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joaosouz4dev/README.md

Hi there 👋 I'm João 👨‍💻

visitors Open Source Love

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

class SoftwareEngineer:

    def __init__(self):
        self.name = "João Victor Souza"
        self.role = "Software Engineer"
        self.language_spoken = ["pt_BR", "en_US", "es_ES"]
        self.description = (
            "Passionate about technology, always eager to learn, "
            "create efficient solutions, and share knowledge."
        )

    def say_hi(self):
        print(f"Hi, my name is {self.name}.")
        print(f"I work as a {self.role}.")
        print(self.description)
        print("Languages I speak:")
        for lang in self.language_spoken:
            if lang == "pt_BR":
                print("  🇧🇷 Portuguese (Brazil)")
            elif lang == "en_US":
                print("  🇺🇸 English (US)")
            elif lang == "es_ES":
                print("  🇪🇸 Spanish (Spain)")
        print("\nThanks for stopping by! I hope you find something here that inspires you 🚀")


me = SoftwareEngineer()
me.say_hi()

📱 How to talk to me

web@joaovictorsouza.dev
whatsapp

Pinned Loading

  1. cam-fx cam-fx Public

    Blur de fundo e auto-framing aplicados apenas na webcam. Substituto focado do NVIDIA Broadcast em Python (MediaPipe + OpenCV + pyvirtualcam).

    Python

  2. wppconnect-team/wppconnect wppconnect-team/wppconnect Public

    WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any intera…

    TypeScript 3.4k 551

  3. wppconnect-team/wppconnect-server wppconnect-team/wppconnect-server Public

    Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.

    TypeScript 1k 775

  4. wppconnect-team/wppconnect-server-go wppconnect-team/wppconnect-server-go Public

    Wppconnect Server in Go Lang is a ready-to-use API, just download, install, and start using, simple as that.

    Go 1

  5. whatsmeow whatsmeow Public

    Forked from tulir/whatsmeow

    Go library for the WhatsApp web multidevice API

    Go

  6. Baileys Baileys Public

    Forked from WhiskeySockets/Baileys

    Lightweight full-featured typescript/javascript WhatsApp Web API

    JavaScript 1