🚀 Day 7 of my Python Automation Journey Today I built a System Monitor using Python. This script displays important system information such as: • CPU usage • Memory usage • Disk usage Example Output: CPU Usage: 18% Memory Usage: 52% Disk Usage: 63% My GitHub repository now contains 7 Python automation projects: • Word Counter • File Renamer • Password Generator • Web Scraper • CSV Data Cleaner • File Organizer • System Monitor Learning by building small projects every day to strengthen my Python and automation skills. #Python #Automation #PythonProjects #CodingJourney #LearningInPublic
Python System Monitor Built with Python Automation
More Relevant Posts
-
Been building a small Python toolkit over the past few days to automate the stuff I kept doing manually on my machine monitors CPU/RAM/disk in real time, sorts files automatically, runs scheduled jobs in the background, backs up folders to zips, and plots a live stats chart all from one CLI menu nothing groundbreaking, just scratching my own itch and figured I'd clean it up and open source it repo's up if you want to check it out or use it https://lnkd.in/dSyts_Gx built under Litends we're slowly open sourcing more of our internal tooling #Python #OpenSource #Automation #Litends
To view or add a comment, sign in
-
🚀 Day 6 – Python Automation Journey Today I built a File Organizer using Python. This script automatically organizes files into folders based on their file type. 📂 Images (.jpg, .png) → Images folder 📄 Documents (.pdf, .txt) → Documents folder 🎵 Audio (.mp3) → Audio folder Using Python libraries like os and shutil, the script scans files and moves them into the correct folders automatically. This project helped me understand file handling and automation using Python. 🔧 Tech Used: Python, OS module, Shutil module #Python #Automation #PythonProjects #CodingJourney
To view or add a comment, sign in
-
-
💾 Python Automation: Disk Space Monitor ```python import shutil total, used, free = shutil.disk_usage("/") print("Total:", total // (2**30), "GB") print("Used:", used // (2**30), "GB") print("Free:", free // (2**30), "GB") if free // (2**30) < 5: print("⚠️ Low Disk Space Alert") ``` 💡 Use case: ✔ Monitor server storage ✔ Prevent system crashes #Python #Automation #CloudSupport
To view or add a comment, sign in
-
🚀 Built a Scientific Calculator using Python! I recently created a GUI-based Scientific Calculator using Python with tkinter. Features: • Basic operations (+, -, *, /) • Scientific functions (sin, cos, tan, log, sqrt) • Backspace & clear functionality • User-friendly interface 🧠 What I learned: • GUI development using tkinter • Handling user input dynamically • Using Python’s math module for advanced calculations Check out my project here 👇 GitHub Repo:https://lnkd.in/gBkt2hKM
To view or add a comment, sign in
-
-
Python more efficient than C++? Never gonna happen! Even using the C API. In this video, we dive into this topic by recreating the String split function. https://lnkd.in/dW5QFXWz
Implementing lightning speed C level libraries for Python
https://www.youtube.com/
To view or add a comment, sign in
-
I posted a new Microsoft Fabric idea for Pure Python notebooks: https://lnkd.in/dmCsfsa9 A useful improvement would be support for: - configurable session timeout - explicit session termination / kill session This would improve capacity efficiency and make Pure Python notebooks much more practical for automated and production workloads. If you see the same gap, feel free to support the idea. #MicrosoftFabric #Python #DataEngineering #FabricNotebook
To view or add a comment, sign in
-
Day 3/30 – Python Challenge 🐍 Today I built: File Search Tool 🔍 🔹 What it does: Searches for files in the system by name and returns their location instantly. 🔹 What I learned: Working with file systems using os module Traversing directories using os.walk() Handling user input and search logic 🔹 Challenge: Optimizing search for large directories and handling different file paths 👉 GitHub link: https://lnkd.in/dj_FEm5j Building real-world tools step by step 🚀 #Python #CodingChallenge #LearnInPublic #100DaysOfCode #Automation #DeveloperJourney
To view or add a comment, sign in
-
Mac Scraper: Python Based System Scraper built for managing storage on MacOS and finding files quickly based on extension to emulate Global Discovery and Disk Sweeping on a high-level GUI
To view or add a comment, sign in
-
Built a simple File Reader CLI in Python today. This project takes a file path as input, opens the file, reads its contents, and prints everything directly in the terminal. What I learned while building it: • Taking user input with input() • Opening files using open() • Reading file content with read() • Using with for safe file handling • Adding error handling with try/except Small projects like this are helping me strengthen my Python fundamentals and get more comfortable with writing clean, practical code. GitHub Repository: https://lnkd.in/gud495tr #Python #PythonProjects #CLI #CodingJourney #Programming #LearningInPublic
To view or add a comment, sign in
-
Most data engines serialize data across process boundaries every time a Python User-Defined Function runs. Think Spark shipping rows to a separate Python process and back. Long ago, we eliminated that boundary entirely in Sail. Rust + PyO3 + Arrow, same process, zero copy.
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development