Skip to content
View Estherns's full-sized avatar
  • Kenya
Block or Report

Block or report Estherns

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

Pinned

  1. dictionary dictionary Public

    An English dictionary program the check meaning of words.

    Python 1

  2. Palindrome Palindrome Public

    Python code to check if a given list is palindrome or not

    Python

  3. wordFrequencyCounter wordFrequencyCounter Public

    A program to count how many times a word appears in a sentence

    Python

  4. A program to get weather condition o... A program to get weather condition of a any city in the world
    1
    #import tkinter library
    2
    import tkinter as tk
    3
    import requests
    4
    import tkinter.messagebox
    5
    
                  
  5. website_blocker website_blocker Public

    A python program to block websites

    Python

  6. building_website_using_flask building_website_using_flask Public

    How to render web pages using flask

    HTML