Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

module_manager

how to use

for example we need to check colorama and rich modules

main.py

from module_manager import check_and_install, start_modules_instalation

packages = [
	{"name": "colorama", "version": "0.4.6"},
	{"name": "rich", "version": "13.9.4"}
]

start_modules_instalation(packages)

our telegram

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages