Skip to content
View pywithsanjay's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@programmLifestar

Block or report pywithsanjay

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

Pinned Loading

  1. MGPLAYER MGPLAYER Public

    MGPLAYER is Simple Music Player which is Created by Python and Some Advance Features which is very useful to All Music Lovers..

    Python 1

  2. Edscript Edscript Public

    go to https://drive.google.com/file/d/1fo4mJ6Q-CSGnQObqpL7yuG8uB9Fcop5d/view and download it extract it then type in terminal cd go to install folder type chmod +x install.sh all required module in…

    Python 1

  3. Python-Projects Python-Projects Public

    Python is a high-level and general-purpose programming language. As this definition implies, you can use Python for several purposes, from web development to data science, machine learning, and rob…

    Python 1

  4. music-player-py- music-player-py- Public

    music using TKINTER in python and pygame

    Python 1

  5. multiple inheritance multiple inheritance
    1
    #include<iostream>
    2
    using namespace std;
    3
    class a{
    4
    	protected:
    5
    		int sa,a1,b1;