B-Pkg is a simple tool in python for installing all basic package in termux

Overview

Basic-Pkg

👉🏻 Basic-Pkg 👈🏻

B-Pkg is a simple tool in python for
installing all basic package in termux
This is my first tool, I hope you will like it
...

Usage :

$ apt update && apt upgrade -y

$ apt install python -y

$ apt install git -y

$ git clone https://github.com/Macgaiver11996/Basic-Pkg

$ cd Basic-Pkg

$ python bpkg.py


Wanna contact with me?

  • Facebook Profile
  • Telegram
  • Owner
    Macgaiver
    Macgaiver
    Python for downloading model data (HRRR, RAP, GFS, NBM, etc.) from NOMADS, NOAA's Big Data Program partners (Amazon, Google, Microsoft), and the University of Utah Pando Archive System.

    Python for downloading model data (HRRR, RAP, GFS, NBM, etc.) from NOMADS, NOAA's Big Data Program partners (Amazon, Google, Microsoft), and the University of Utah Pando Archive System.

    Brian Blaylock 194 Jan 02, 2023
    Python interface to IEX and IEX cloud APIs

    Python interface to IEX Cloud Referral Please subscribe to IEX Cloud using this referral code. Getting Started Install Install from pip pip install py

    IEX Cloud 41 Dec 21, 2022
    Speed up your typing by some exercises in the multi-platform(Windows/Ubuntu).

    Introduction This project purpose is speed up your typing by some exercises in the multi-platform(Windows/Ubuntu). Build Environment Software Environm

    lyfer233 1 Mar 24, 2022
    TinyBar - Tiny MacOS menu bar utility to track price dynamics for assets on TinyMan.org

    📃 About A simple MacOS menu bar app to display current coins from most popular Liquidity Pools on TinyMan.org

    Al 8 Dec 23, 2022
    Macros in Python: quasiquotes, case classes, LINQ and more!

    MacroPy3 1.1.0b2 MacroPy is an implementation of Syntactic Macros in the Python Programming Language. MacroPy provides a mechanism for user-defined fu

    Li Haoyi 3.2k Jan 06, 2023
    A lightweight and unlocked launcher for Lunar Client made in Python.

    LCLPy LCL's Python Port of Lunar Client Lite. Releases: https://github.com/Aetopia/LCLPy/releases Build Install PyInstaller. pip install PyInstaller

    21 Aug 03, 2022
    Serverless demo showing users how they can capture (and obfuscate) their Lambda payloads in Datadog APM

    Serverless-capture-lambda-payload-demo Serverless demo showing users how they can capture (and obfuscate) their Lambda payloads in Datadog APM This wi

    Datadog, Inc. 1 Nov 02, 2021
    A deployer and package manager for OceanBase open-source software.

    OceanBase Deploy OceanBase Deploy (简称 OBD)是 OceanBase 开源软件的安装部署工具。OBD 同时也是包管理器,可以用来管理 OceanBase 所有的开源软件。本文介绍如何安装 OBD、使用 OBD 和 OBD 的命令。 安装 OBD 您可以使用以下方

    OceanBase 59 Dec 27, 2022
    Markov Chain Composer

    Markov Chain Composer Using Markov Chain to represent relationships between words in song lyrics and then generating new lyrics.. ahem interpretive po

    Kylie 85 Dec 09, 2022
    An event-based script that is designed to improve your aim

    Aim-Trainer Info: This is an event-based script that is designed to improve a user's aim. It was built using Python Turtle and the Random library. Ins

    Ethan Francolla 4 Feb 17, 2022
    This repo houses the qhub frontend moving forward.

    This repo houses the qhub frontend moving forward. This effort will house a backend written in fastAPI, and a fronend in Vue, with additional components.

    Quansight 1 Feb 10, 2021
    ASVspoof 2021 Baseline Systems

    ASVspoof 2021 Baseline Systems Baseline systems are grouped by task: Speech Deepfake (DF) Logical Access (LA) Physical Access (PA) Please find more de

    91 Dec 28, 2022
    Blender addon that simplifies access to useful operators and adds missing functionality

    Quick Menu is a Blender addon that simplifies common tasks Compatible with Blender 3.x.x Install through Edit - Preferences - Addons - Install... -

    passivestar 94 Dec 27, 2022
    Inviare messaggi tramite app IO a partire da dati contenuti in file .csv

    parlaConIO Inviare messaggi tramite app IO a partire da dati contenuti in file .csv -- Nessun obbligo, ma in caso di clonazione o uso del programma c

    Francesco Del Castillo 6 Aug 22, 2022
    A tool for RaceRoom Racing Experience which shows you launch data

    R3E Launch Tool A tool for RaceRoom Racing Experience which shows you launch data. Usage Run the tool, change the Stop Speed to whatever you want, and

    Yuval Rosen 2 Feb 01, 2022
    Python wrapper around Apple App Store Api

    App Store Connect Api This is a Python wrapper around the Apple App Store Api : https://developer.apple.com/documentation/appstoreconnectapi So far, i

    123 Jan 06, 2023
    A 3-line lisp implementation

    Nanolisp The download page of many a language harbors deep senses of forboding, of evil lurking in its native lair. You feel that the language is not

    5 Jun 17, 2022
    A visidata plugin for parsing f5 ltm/gtm/audit logs

    F5 Log Visidata Plugin This plugin supports the default log format for: /var/log/ltm* /var/log/gtm* /var/log/apm* /var/log/audit* It extracts common l

    James Deucker 1 Jan 06, 2022
    Functional interface for concurrent futures, including asynchronous I/O.

    Futured provides a consistent interface for concurrent functional programming in Python. It wraps any callable to return a concurrent.futures.Future,

    A. Coady 11 Nov 27, 2022
    An example of python package

    An example of python package Why use packages? It is a good practice to not code the same function twice, and to reuse common code from one python scr

    10 Oct 18, 2022