MrJazsohanisharma

Download Files with Python (8 lines only!)

In this tutorial, I'll show you how to Download Files with 8 lines of python code. To do so, you need a package called requests{code} . You can install it using pip install requests{code} or pip3 install requests{code} .  {…

Get free blog views with Python (10 lines only!)

In this tutorial, I will show you How to get free blog views with 10 lines of python code. This is super easy, super cool! You need a module called requests{code} to do this. And a active internet connection. {tocify} Step 1: …

Encrypt string in python (Impossible to decrypt!)

In this tutorial, you will learn How to Encrypt a string in python. The encrypted value is impossible to decrypt. To do this, we need 3 modules, marshal{code} , zlib{code} and base64{code} . These modules are pre-installed in p…

Hide Password Input in Python (Simple Trick 😎)

In this tutorial, you will learn How to Hide Password Input in Python. This method is quite easier than others. This can be done with 2 lines of python code! Python has a built-in package/module called getpass{code} and this m…

Create Password Protected Python File (8 lines only!)

In this tutorial, you will learn How to create a Password protected python file with only 8 lines of code! This program will ask user for username and password. And if those credentials are incorrect,  it will exit the program. …

Load More
That is All