Skip to content

scottwedge/TurboCharge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurboCharge

A turbocharged way of installing all the packages you would ever want! Turbocharge automatically tests if the installed packages work are working correctly for you!

Installation

Turbocharge can be installed using PyPI:

pip3 install turbocharge==3.0.6

Warning: The below line of code is deprecated, and is not recommended:

pip install turbocharge

Then, run this command:

echo "export PATH="/home/{username}/.local/bin:$PATH"" >> ~/.bashrc

Documentation

Install a package with TurboCharge using

turbocharge install <package_name>

Install multiple packages with TurboCharge using

turbocharge install <package1,package2,package3>

Uninstall a package with TurboCharge using

turbocharge remove <package_name>

Uninstall multiple packages with TurboCharge using

turbocharge remove <package1,package2,package3>

Note: Make sure that there is no space between each of the package names after and before the ,.

List all installable packages with TurboCharge using

turbocharge list

Clean unnecesarry data from packages using TurboCharge with

turbocharge clean

Work in progress...

About

An amazing package manager!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%