SkillAgentSearch skills...

LibChecker

is a versatile Python tool designed to manage and maintain your Python libraries in Termux. It simplifies the process of checking, installing, and updating Python packages, while also cleaning up pip caches and ensuring your system is up-to-date.

Install / Use

/learn @0-d3y/LibChecker
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

logo

LibChecker - Termux

License PHP GitHub issues GitHub stars

LibChecker is a versatile Python tool designed to manage and maintain your Python libraries in Termux. It simplifies the process of checking, installing, and updating Python packages, while also cleaning up pip caches and ensuring your system is up-to-date.

Features

  • Library Management: Automatically checks if specified libraries are installed. If not, it installs them for you.
  • System Update: Updates and upgrades Termux system packages to ensure compatibility and performance.
  • Pip Cache Cleanup: Cleans the pip cache to avoid conflicts and free up space.
  • Enhanced Library List: Comes with a comprehensive list of popular Python libraries used in various domains including data science, web development, automation, and more.
  • Error Handling: Provides clear and colored output for success, warning, and error messages.

Installation

  1. Clone the Repository:

    git clone https://github.com/0-d3y/LibChecker.git
    cd LibChecker
    
  2. Install Required Python Packages:

Ensure you have Python and pip installed in Termux. You can install them using the following commands:

pkg install python
pip install pyfiglet
  1. Run the Script:

You can now run the script with:

python main.py

~ Supported Operating Systems Termux on Android: Designed to work seamlessly within Termux, a Linux environment for Android.

Usage

• System Update and Upgrade:

The script will automatically update and upgrade system packages.

• Library Check and Installation:

The script will check if each library from the provided list is installed. If not, it will attempt to install it.

• Pip Cache Cleanup:

The script will clean the pip cache to maintain a tidy Python environment.

Contributing Feel free to open issues and submit pull requests. Contributions are welcome to improve the tool or extend its functionality.

License This project is licensed under the MIT License - see the LICENSE file for details.

Contact For any questions or feedback, you can reach out via:

Instagram: cyber_77k

Follow me on social media:

Twitter Instagram YouTube Telegram

View on GitHub
GitHub Stars5
CategoryDesign
Updated1y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Jul 31, 2024

No findings