Please Subscribe My YouTube Channel

Tuesday, January 24, 2023

Python program for display calendar:-

Python program for display calendar:- 



# First import the calendar module  
import calendar  
# ask of month and year  
yy = int(input("Enter year: "))  
mm = int(input("Enter month: "))  

# display the calendar  
print(calendar.month(yy,mm))

#output:-

'''Enter year: 2021
Enter month: 02
   February 2021
Mo Tu We Th Fr Sa Su
 1  2  3  4  5  6  7
 8  9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28'''

Python Program for find Odd, Even, sum,min and max value.

1. Program for find Odd and Even number in python


num = int(input("Enter a number: "))  
if (num % 2) == 0:  
   print("{0} is Even number".format(num))  
else:  
   print("{0} is Odd number".format(num)) 


#Output:-
#Enter a number: 12
#12 is Even number

2. Program for find sum, max and min value of given any two digit number in python

a=int(input("Enter any Number:"))
sum=0
max=0
min=99
while a>0:
      n=a%10
      sum=min+max
      a=a//10
      if n>max:
            max=n
      if n<min:
            min=a
print("sum",sum,"min",min,"max",max)
 
#Output:-           
#Enter any Number:56
#('sum', 11, 'min', 5, 'max', 6)
            

Sunday, January 22, 2023

How to open computer without password ?


How to open computer without password ?
दोस्तों कैसा होगा यदि आपको  अपने Computer में password  न  डालना पड़े और वह open हो जाये, है न बहुत ही महत्वपूर्ण पोस्ट, चलो कोई नहीं बताएगा तो हम बतायेगे क्यूंकि आप सत्यम सर् के ब्लॉग पढ़ रहे है, एक बात और पोस्ट अच्छी लगे तो शेयर जरुर कर देना और कमेंट भी कर देना, तो चलो करते है शुरू :--


सबसे पहले आपको एक  Softwere Computer में इंस्‍टाल करना है, यदि आपके कंप्यूटर में वेब कैमरा नही है तो उसे लगाना है और Softwere में दिये गये निर्देशों का पालन करना है और Computer को रीस्‍टार्ट करना है। बस हो गया आपका काम  अब जब तक आप कम्‍प्‍यूटर के सामने नहीं बैठेंगे तब तक यह ओपन नहीं होगा। असल में यह Softwere face recognition system पर आधारित है, इसमें बेव कैमरे द्वारा आपका फोटो लिया जाता है, जिस में Softwere आपके चेहरे के कुछ खास हिस्‍सो को पांइट कर लेता है, और database तैयार कर लेता जब आप अपने कम्‍प्‍यूटर के सामने बैठते है तो Softwere उन्‍हीं पांइटों/database के आधार पर आपके चेहरे से मैच कराता है मैच हो जाने पर वह Computer को ओपन कर देता है और किसी दूसरे व्‍यक्ति या user के Computer के सामने बैठने पर Computer ओपन नहीं होता क्‍यूकि उसके पास उस नये user का database नहीं होता, इस Softwere निशुल्‍क है। इसका नाम है की-लैमन, इसका आप यहॉ से डाउनलोड कर सकते हैं। 
अथवा इस नीचे दी गयी वेबसाइट पर जाकर डाउनलोड कर सकते हैं. 
https://www.filehorse.com/download-keylemon/




--------------------------------------------------------------------------------------------------------------------

                    CSS, HTML और जावास्क्रिप्ट के लिए इस लिंक पर क्लिक करें और पायें सभी विडियो

www.itcicomputerhardoi.blogspot.com