MohammedMahmud / RaspberryPi-Maintenance-Terminal-Tool

A Raspberry Pi Maintenance Tool which helps to maintain the pi regularly.. using one line shell script to execute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaspberryPi-Maintenance- Terminal Tool (Linux)

This script basically updates & upgrades the existing packages in your Raspberry Pi and auto remove old packages and also auto clean it.

Getting Started

Clone the directory to your PI desktop or any folder. to clone this directory copy & paste in this your Terminal

git clone https://github.com/MohammedMahmud/RaspberryPi-Maintenance-Terminal-Tool.git

Installing

Make sure you already have Python 3.7.0 or above

(cd == change directory) cd to your directory.

  • This will Immediately start updating and upgrading your packages
python3 PI_Maintenance.py -now

For HELP Type:

python3 PI_Maintenance.py --help

RaspberryPi-Maintenance-Terminal-Tool/ScreenshotHelp.png

Built With -- Module

  • Python - A high-level programming language
  • Datetime - This Module for Basic date and time.
  • Argparse - This Module for Parser for command-line options, arguments and sub-commands
  • Subprocess - This Module for Subprocess management.
  • os - This module provides a portable way of using operating system dependent functionality.

Authors

License

This project is licensed under the MIT License - see the RaspberryPi-Maintenance-Terminal-Tool/LICENSE file for details

About

A Raspberry Pi Maintenance Tool which helps to maintain the pi regularly.. using one line shell script to execute.

License:MIT License


Languages

Language:Python 100.0%