Skip to content
View molanjad2011's full-sized avatar
🕌
Ramadan for Muslims.
🕌
Ramadan for Muslims.

Block or report molanjad2011

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

Welcome to Mohammad Hesam's GitHub

I'm a Python developer who loves crafting clean code and useful tools.
Currently exploring Go, Linux, and open-source contributions.


Skills

My Skills


GitHub Pages


Projects

Socket Communication
Python client/server socket project built for simplicity and efficiency.
🔗 Repo

Azan for Muslim
Golang prayer notification tool with mpv audio & Fyne GUI.
🔗 Repo

HijriCalc
Hijri (Islamic) calendar conversion algorithm in Python.
🔗 Repo


Contact Me

Email | Support my work ☕

Pinned Loading

  1. azan-for-muslim azan-for-muslim Public

    اذان گو

    Go 1

  2. socket-python socket-python Public

    tcp packet

    Python 4

  3. الگوریتم بدست آوردن زیر مجموعه های ی... الگوریتم بدست آوردن زیر مجموعه های یک مجموعه
    1
    def generate_unique_subsets(input_list):
    2
        unique_elements = []
    3
        for item in input_list:
    4
            if item not in unique_elements:
    5
                unique_elements.append(item)
  4. Number.of.subsets Number.of.subsets Public

    تعداد زیر مجموعه های یک مجموعه

    Python 2

  5. PyAria2c PyAria2c Public

    gui for aria2c

    Python 2

  6. PyCron PyCron Public

    gui for cron command and management

    Python