Skip to content
View BLUCASS's full-sized avatar

Block or report BLUCASS

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
BLUCASS/README.md
class Myself:

    def __init__(self) -> None:
        '''Constructor method for Myself''' 
        print("Hello there! Be my guest to snoop around.")
        self.name = "Lucas Batista"
        self.location = "Cork, Ireland"
        self.role = "Software Developer"
        self.languages = ["pt_BR", "en_US"]

    def present_myself(self) -> str:
        return {'Name': self.name, 'Location': self.location, 'Role': self.role, 'Languages': self.languages}

print(Myself().present_myself())

STREAK STATUS


GitHub Streak


GITHUB STATUS

Lucas's GitHub stats


PROGRAMMING LANGUAGES

Langages


SKILLS

PythonFlask HTML MySQL CSS3 SQLite OfficeGit


STUDYING

Django JavaScript


SOCIAL MEDIA

LinkedIn


Pinned Loading

  1. Bakery_System-FLASK- Bakery_System-FLASK- Public

    This Flask-based application allows you to explore and purchase a variety of delicious bakery products. From classic croissants to savory sausage rolls, we've got something for every palate.

    HTML

  2. Warehouse_System-FLASK- Warehouse_System-FLASK- Public

    This Python and Flask-based warehouse system utilizes HTML and CSS to efficiently manage inventory and streamline logistics. Designed for ease of use, it optimizes warehouse operations while provid…

    HTML 1

  3. Social_Media_API Social_Media_API Public

    This program is Python-based for social media. The graphical interfaces were created using HTML and CSS, while the backend is managed with Python, utilizing SQLAlchemy and Flask. The program allows…

    Python

  4. Worked_hours_API Worked_hours_API Public

    This is an API that functions as a time bank for your hours

    Python

  5. ToDo_List_API ToDo_List_API Public

    This program simulates an agenda where you can insert your tasks, update their status as complete or incomplete, and delete them. Your tasks are saved in a database with SQLAlchemy

    CSS

  6. Ireland_Tax_Calculator-FLASK- Ireland_Tax_Calculator-FLASK- Public

    The Ireland Tax Calculator is a convenient and efficient tool designed to assist individuals in estimating and checking their income tax liabilities in Ireland. With a user-friendly interface, user…

    HTML