#!/usr/bin/python
# -*- coding: utf-8 -*-
class Developer:
def __init__(self):
self.name = "Prince Prajapati"
self.title = "Full-Stack Developer"
self.location = "Gujarat, India"
self.education = "Bachelor's Degree in Automobile Engineering"
self.language_programming = ["Python", "JavaScript"]
self.skills = ["React.js", "React Native", "Node.js", "Tailwind CSS", , "GitHub Actions"]
self.language_framework = ["Django", "FastAPI", "Flask","Next.js", "Expo"]
self.database = ["MongoDB", "Firebase", "PostgreSQL"]
self.projects = {
"KellyAI": "AI tools for image generation, image editing, and chat.",
"Picsynth": "Advanced AI-driven image synthesis platform.",
"Audire": "A free website where you can listen to your favorite music anytime, anywhere",
"Dogetune": "A music bot where you can listen to your favorite music anytime, anywhere"
}
self.interests = ["Web Development", "API Development", "AI Tools", "Open Source"]
def say_hi(self):
print(f"Hi! π I'm {self.name}, a {self.title} from {self.location}.")
print("I love building interactive apps and exploring new tech!")
prince = Developer()
prince.say_hi()
Prince Prajapati prince-terabits
πΏ
I rarely test my code, but when I do, itβs directly in production.
Popular repositories Loading
-
-
-
-
postiz-app
postiz-app PublicForked from gitroomhq/postiz-app
π¨ The ultimate social media scheduling tool, with a bunch of AI π€
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.