Skip to content
View molanjad2011's full-sized avatar
🌱
learn golang
🌱
learn golang

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 Mohammad Hesam's GitHub

I'm mohammad hesam developer python


💡 Skills:

My Skills


🗂️ GitHub Pages :


📈 Projects:

Socket-Communication Python client/server socket project built for simplicity and efficiency. Repo: socket-python

Azan-for-muslim Golang project for prayer notifications with mpv audio & Fyne GUI. Repo: Azan-for-muslim

HijriCalc Hijri conversion algorithm. Repo: HijriCalc


📫 Contact Me

Email | Coffee


“Code is like humor. When you have to explain it, it’s bad.” – Cory House

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 1

  6. PyCron PyCron Public

    gui for cron command and management

    Python