Skip to content
View me-is-mukul's full-sized avatar

Block or report me-is-mukul

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
me-is-mukul/README.md

🌟 Hey there, I'm Mukul! πŸ‘‹

LeetCode Stats


🌐 Connect with me:

LinkedIn Instagram


🧠 My Daily Routine in Python:

import datetime, random

def daily_routine():
    # Get current hour
    hour = datetime.datetime.now().hour
    
    # Moods of the day
    moods = [
        "πŸ”₯ unstoppable", 
        "πŸ’€ sleepy", 
        "πŸ• hungry", 
        "πŸ€” confused", 
        "⚑ energetic", 
        "🌈 inspired"
    ]
    
    # Routine schedule
    schedule = {
        (5, 8): "⏰ Snooze battles",
        (8, 12): "πŸ’» Pretend to work (while procrastinating)",
        (12, 14): "🧠 Problem-solving sprints",
        (14, 18): "😴 Afternoon slump... power nap?",
        (18, 21): "🍽 Dinner and Netflix (or maybe chill)",
        (21, 24): "πŸ§‘β€πŸ’» Late-night problem-solving mode",
        (0, 5): "🌌 Why are you still awake?!"
    }
    
    # Match current time to activity
    for (start, end), activity in schedule.items():
        if start <= hour < end:
            mood = random.choice(moods)
            return f"Right now: {activity} | Current mood: {mood}"

# Output today's activity and mood
print(daily_routine())

Popular repositories Loading

  1. pyjiit pyjiit Public

    Forked from codelif/pyjiit

    Python library for JIIT webportal

    Python 1

  2. spammer spammer Public

    Spammer based on python script (pyautogui)

    Python 1

  3. IIT-Project IIT-Project Public

    Forked from Srijan-Baniyal/IIT-Project

    Python Terminal assistant using Together API and colourful Terminal Design

    Python 1

  4. Sample-Game Sample-Game Public

    yo

    Python 1

  5. Library_Management_JIIT Library_Management_JIIT Public

    Library Management System Based on Ncurses in C

    C 1

  6. auto-assignment auto-assignment Public

    Forked from codelif/auto-assignment

    Freeing the world from SDF Assignments!

    Python 1