Skip to content
View bethvourc's full-sized avatar

Block or report bethvourc

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

Hi, I'm Bethvour

Software Engineer | Founder | Cloud & ML-Driven Problem Solver

I build technology that improves real-world safety, productivity, and community life.
From mobile apps to cloud-scale data pipelines, my mission is to create systems that help people and cities operate smarter.


Always Remember:

Work-Life Balance Function :)

def work_life_balance(task: str, mood: str = 'neutral') -> str:
    """
    A function to balance work and fun with a touch of creativity.

    Args:
    - task (str): The task to execute.
    - mood (str): Your current mood. Default is 'neutral'.

    Returns:
    - str: A fun yet professional message.
    """
    fun_emojis = {
        'happy': 'πŸ˜„',
        'neutral': '😐',
        'sad': '😞',
        'excited': '🀩',
        'stressed': '😫'
    }

    professional_advice = {
        'happy': "Great! But don't forget your responsibilities.",
        'neutral': "Stay balanced, don't overwork or overplay.",
        'sad': "Maybe take a short break and come back stronger.",
        'excited': "Channel that excitement into productivity!",
        'stressed': "Take a deep breath, and tackle tasks one at a time."
    }

    fun_quotes = {
        'happy': "Happiness is the key to productivity!",
        'neutral': "A steady pace wins the race.",
        'sad': "Every cloud has a silver lining.",
        'excited': "Ride the wave of excitement to success!",
        'stressed': "Stress is just a step away from success."
    }

    if mood not in fun_emojis:
        return "Invalid mood! Please choose between 'happy', 'neutral', 'sad', 'excited', or 'stressed'."

    return (f"Task to complete: {task} {fun_emojis[mood]}. "
            f"Advice: {professional_advice[mood]} "
            f"Quote: '{fun_quotes[mood]}'")

# Example usage:
message = work_life_balance("Complete Python project", "excited")
print(message)

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

Python Swift C C++ Dart JavaScript Java PowerShell HTML5 CSS3 Markdown Google Cloud Firebase Angular Flask NodeJS OpenCV React TailwindCSS SQLite Pandas TensorFlow Docker

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

✍️ Dev Quote


Pinned Loading

  1. b3th-solve b3th-solve Public

    TypeScript 1

  2. mouse_move mouse_move Public

    Virtual Mouse

    Python

  3. cadence2 cadence2 Public

    This project is a hybrid data processing pipeline that leverages Apache Flink (via PyFlink) and native Python to process large CSV files, clean and chunk them, and store them in a local SQLite data…

    Python

  4. video_to_audio video_to_audio Public

    Python 1

  5. real_time_stock_analysis real_time_stock_analysis Public

    Jupyter Notebook 1

  6. writing_assistant writing_assistant Public

    An auto correct assistant

    Python