Skip to content
View bigbuny's full-sized avatar
😜
:)
😜
:)
Block or Report

Block or report bigbuny

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. clock clock Public

    A simple clock with stopwatch facillity, written in python!

    Python

  2. scribbler scribbler Public

    a psuedo random scribbler made with python turtle.

    Python 1

  3. check the list is sorted! check the list is sorted!
    1
    import random
    2
    class Quick_sort_randominizer:
    3
        def check_sorted(list_=[7,3,5,5,6,0,8]):
    4
            length = len(list_)
    5
            sorted = None
  4. clock program in python clock program in python
    1
    i=0
    2
    from datetime import datetime
    3
    import time
    4
    import os; os.system('clear')
    5
    while True:
  5. A Daemon which will check for Logins... A Daemon which will check for Logins in and will write it as a file for you're Arch.
    1
    import subprocess
    2
    import os
    3
    def get_no_of_logins(logins=subprocess.getoutput("last tty1")):
    4
        get_logins_list = logins.splitlines()
    5
        return f'The no of logins that took place :{len(get_logins_list)-2}'
  6. BetterWallpaperByTime BetterWallpaperByTime Public

    Python 2