Mrudgandha Kulkarni has Published 134 Articles

How to hide number input spin box using CSS?

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 18-Sep-2024 16:00:32

4K+ Views

To hide number input spin box using CSS, we will be discussing two different approaches in this article. The number input spin box is a commonly used component in web forms allowing users to increase or decrease numeric values with up and down arrows. In this article, we are having ... Read More

Python sorted containers - An Introduction

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:32:27

1K+ Views

Python offers a wide range of data structures to efficiently organize and manipulate data. When it comes to handling sorted data, sorted containers play a crucial role. Sorted containers are data structures that maintain the elements in a sorted order, providing fast access, insertion, and deletion operations. They offer an ... Read More

Python Script to Restart Computer

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:20:32

5K+ Views

Restarting a computer is a common task that we often perform to troubleshoot issues, install updates, or apply system changes. While there are various ways to restart a computer, using a Python script can provide automation and convenience. In this article, we will explore how to create a Python script ... Read More

Python Script to Shutdown your PC using Voice Commands

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:17:22

514 Views

In today's world of automation and smart devices, voice control has become increasingly popular. From smartphones to virtual assistants, voice commands offer a convenient and hands-free way to interact with technology. What if you could extend this convenience to your PC as well? Imagine being able to shut down your ... Read More

Python script to shows Laptop Battery Percentage

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:14:38

1K+ Views

Monitoring the battery percentage of your laptop is essential to keep track of its power level and ensure uninterrupted usage. Whether you're working on the go or relying on your laptop for extended periods, having a Python script to display the battery percentage can be incredibly useful. In this blog ... Read More

Python Script to Open a Web Browser

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:34:03

5K+ Views

In today's digital world, web browsing has become an integral part of our daily lives. Whether it's researching information, shopping online, or accessing web-based applications, we spend a significant amount of time using web browsers. As a Python developer, wouldn't it be great to automate web browser operations and save ... Read More

Python script to monitor website changes

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:32:47

4K+ Views

In today's digital age, staying up to date with the latest changes on a website is crucial for various purposes, such as tracking updates on a competitor's site, monitoring product availability, or staying informed about important information. Manually checking websites for changes can be time-consuming and inefficient. That's where automation ... Read More

Python Script to Monitor Network Connection and saving into Log File

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:31:34

2K+ Views

Monitoring network connections is crucial for ensuring the stability and security of computer systems. Whether you're a network administrator or an individual user, having a way to track network connectivity and log relevant information can be invaluable. In this blog post, we'll explore how to create a Python script that ... Read More

Python Script to Logout Computer

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:30:54

1K+ Views

In today's digital age, automation plays a crucial role in simplifying and streamlining various tasks. One such task is logging out of a computer, which is typically done manually by selecting the logout option from the operating system's user interface. However, what if we could automate this process using a ... Read More

Python script to get device vendor name from MAC Address

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:29:56

1K+ Views

In the world of networking, MAC addresses play a crucial role in identifying devices connected to a network. A MAC (Media Access Control) address is a unique identifier assigned to each network interface card (NIC) or network adapter. It consists of six groups of two hexadecimal digits, separated by colons ... Read More

1 2 3 4 5 ... 14 Next
Advertisements