Skip to content
View codewithdark-git's full-sized avatar
🎯
Focusing on Goal
🎯
Focusing on Goal

Block or report codewithdark-git

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

About Me

"""
╔══════════════════════════════════════════════════════════════════════════════════╗
β•‘                                                                                  β•‘
β•‘                            > CodeWithDark's Terminal                             β•‘
β•‘                                                                                  β•‘
β•‘                     [ Python Developer | AI/ML Enthusiast ]                      β•‘
β•‘                                                                                  β•‘
β•‘                    > CodeWithDark | Your Friendly Dev Environment <              β•‘
β•‘                                                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
"""


from typing import Tuple, List, Dict
from dataclasses import dataclass
from datetime import datetime

class Terminal:
    """Base terminal interface"""
    def __init__(self):
        self.boot_time = datetime.now()
        self.status = "Running..."

class Dark:
    """Core system interface"""
    def __init__(self):
        self.codename = "CodeWithDark"
        self.version = "1.0.0"

def GPU_poor(cls):
    """
    ⚠️ System Status: GPU Bottleneck Detected
    Current: Integrated Graphics
    Desired: NVIDIA RTX 4090 | Tesla A100
    """
    return cls

@dataclass
class SystemInfo:
    processor: str
    ram: str
    gpu: str = None

@GPU_poor
class DarkAttributes(Dark):
    """
    🎯 Primary Interface for CodeWithDark's Development Environment
    Status: Online | Active | Coding
    """
    
    def __boot_sequence(self) -> None:
        """Initialize core systems"""
        pass

    @property
    def social_matrix(self) -> Tuple[str, str, str, str]:
        """
        πŸ’« Communication Channels
        Status: Always Open for Collaboration
        """
        return (
            "linkedin: in/codewithdark",
            "facebook: codewithdark.fb",
            "email: codewithdark90@gmail.com",
            "linktree: linktr.ee/codewithdark"
        )

    @property
    def human_metadata(self) -> Tuple[List[str], int]:
        """
        🌍 Human Interface Properties
        """
        return (
            ['Urdu', 'Poshto', 'English'],  # Language Modules
            18  # System Uptime (Years)
        )

    @property
    def tech_stack(self) -> dict:
        """
        πŸš€ Technical Capabilities
        Status: Continuously Learning & Upgrading
        """
        return {
            "core_expertise": {
                "expert": ["Python"],
                "intermediate": ["C++", "C"],
                "learning": ["AI", "ML", "DL", "ASM", "Java"]
            },
            "specialization": [
                "Web/App Python Development",
                "Backend Architecture",
                "Artificial Intelligence"
            ],
            "development_env": {
                "primary_ide": ["PyCharm", "VSCode", "Google Colab"],
                "current_system": SystemInfo(
                    processor="Intel(R) Core(TM) i5-7300U CPU",
                    ram="8GB",
                    gpu=None
                ),
                "dream_setup": {
                    "performance": SystemInfo(
                        processor="Intel(R) Core(TM) i9-12900K CPU",
                        ram="64GB",
                        gpu="NVIDIA GeForce RTX 4090"
                    ),
                    "extreme": SystemInfo(
                        processor="AMD Ryzen 9 5950X",
                        ram="128GB",
                        gpu="NVIDIA Tesla A100"
                    )
                }
            }
        }

    def __str__(self) -> str:
        return f"""
        ╔════ CodeWithDark's Development Environment ════╗
        β•‘ Status    : Active                             β•‘
        β•‘ Focus     : Python | Backend | AI              β•‘
        β•‘ GPU       : Pending Upgrade...                 β•‘
        β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
        """

if __name__ == "__main__":
    # Initialize Dark Terminal
    terminal = Terminal()
    profile = DarkAttributes()
    
    # System Status
    print(f"""
    ╔═════════════════════════════════════════════════════════════════════════╗
    β•‘                       System Status                                     β•‘
    ╠═════════════════════════════════════════════════════════════════════════╣
    β•‘ System Boot Time : {terminal.boot_time.strftime('%Y-%m-%d %H:%M:%S')}   β•‘
    β•‘ Profile Version  : {profile.version}                                    β•‘
    β•‘ Status           : {terminal.status}                                    β•‘
    β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
    """)

Skills


snake

Pinned Loading

  1. DarkGPT DarkGPT Public

    DarkGPT Chat Explorer is an interactive web application that allows users to engage in conversations with various GPT (Generative Pre-trained Transformer) models in real-time. This repository conta…

    Python 11 4

  2. NoteMaster-AI NoteMaster-AI Public

    The Enhanced Note Generator is a Streamlit application that converts images into well-structured notes using OCR and GPT-4. It supports multiple image uploads, provides various download options, an…

    Python 6

  3. llama-3-Hackathon llama-3-Hackathon Public

    LLaMA Genius is an AI-powered research assistant designed to help users interact with and extract insights from various sources, including uploaded files and web content.

    Python 1 2

  4. MathGPT MathGPT Public

    The MathGPT is a web application built with Streamlit that allows users to input mathematical problems and receive solutions. The app supports both text and LaTeX input, making it versatile for var…

    Python 5 1