Learn how to run exe using Python program with few of the easy methods available. One is subprocessa nd other is directly using OS Library.
How to shutdown a computer using Python?
import os os.system(‘shutdown -s’) This coding for shutdown the computer eventually. After running this code, a message saying “You are about to be signed out in less than a minute” We can avoid that message – os.system(‘shutdown -s -t 0’) instead of using os.system(‘shutdown -s’) will immediately get shut down.
How to get username in Python?
Print Current User Account Name in Python Here is the simple way to get the user name by using python code. Note: It is adviced not to use this function for any authorization purpose as this can be manipulated. Because the getpass reads the data from environment variables (LOGNAME or […]
Python – List files in a Directory – Filter by File Type
Python Code to List all Files from Desired Folder To get list of files present in a computer folder to a string variable, use the code below. Edit the folder path mentioned in the variable “folder_path”. Then execute this ready to use code. It will print the file name one […]
List all Excel VBA Environment Variables – Username
Read Excel vba environment variables using the code snippets. This code reads complete list of all environment variables defined in the system.
Rename a File in Python – or List of Files in a Folder – Free Code
Get this code to rename a file in Python or list of files in a folder with simple easy way. Also, you can copy its content to a new file.
Enable Cut/Copy/Insert/Delete Options in Excel Right Click
Enable Grayed Option on Excel Right Click Does some of the options on the right click command bar is disabled or grayed out in your Excel Worksheets. Though it is not very unsure for me why this happens often in my system, I could find out some workarounds to resolve […]
Is PUBG getting banned in India?
Is PUBG getting banned in India? Recently, many of the internet users came across a letter stating that PlayerUnknown’s Battleground, popularly known as PUBG, is getting banned in India. This news spread very quickly in the social networks with many people sharing and retweeting it with their friends. But, a […]
Fiverr Disabled – Issues with Freelancer Sites – My Experiences
Best Freelance Platforms As usual I signed up with lot of freelance websites like Upwork, Guru, Remote, Fiverr & Freelancer Out of all these, Fiverr worked out very well for more than a Year back in 2018. You can also make lot of money from these websites, just like how […]
How to Play Fortnite Game?
Fortnite Game Fortnite is a popular online video game, which comes with a couple of game modes to play. One of the modes-Fortnite: Battle Royale is a completely free game mode in which 100 online players fight-off against each other, with the last person alive winning the game. You can […]