An open API service indexing awesome lists of open source software.

https://github.com/mahaloz/mahaloz_lib

A Python library for my often reused CTF scripts, packages, and configs (including dotfiles).
https://github.com/mahaloz/mahaloz_lib

Last synced: about 1 month ago
JSON representation

A Python library for my often reused CTF scripts, packages, and configs (including dotfiles).

Awesome Lists containing this project

README

        

# mahaloz_lib
A Python library for my often reused CTF scripts, packages, and configs (including dotfiles).

## Installation
```bash
pip install -e .
```
If you are using it for a first system setup, then do
```bash
pip install -e .[system_setup]
```

## Usage
### Setting up a mahaloz System
```bash
python3 -m mahaloz_lib --setup-system
```
Use the `--no-packages` to only install config files (which may install other packages).