#!/usr/bin/python # -*- coding: utf-8 -*- class Me: def __init__(self): self.name = "Gustavo Santana" self.role = "Developer" self.language_spoken = ["pt_BR", "en_US"] def say_hi(self): print("Hiii! How are you? :)") me = Me() me.say_hi()
👤 About Me
I'm a Full-Stack Python developer with over 3+ years of experience developing bots for Telegram/Discord, APIs, automations, scripts and libraries.
- 🔭 I’m currently working on something cool :)
- 🌱 I’m currently learning: Javascript, AI and hacking
- 💬 Ask me about anything related to Python
- 👨💻 Read more about my projects and articles at TabNews
- ⚡ Fun fact: You are visitor number: !
🚧 Some Projects
Projects that for some reason I decided to do and publish to the world. :)
_____________ | 🎁 Projects | ⭐ Stars | 📚 Forks | 🛎 Issues | 📬 Pull requests |
TabNews.py - A library for communicating with the TabNews API | |||||
PIX Utils - Module for validating PIX keys | |||||
MagicPrompt - A series of models to generate texts for image AIs | |||||
BlackBerry - A theme that I forked from Horizon Theme and made some color modifications. |