Bissl Code der einem etwas Zeit sparen kann.
Find a file
2025-01-09 16:26:15 +01:00
tests/text Separated text formatting module and log module to 2 files and added a simple test for the formatting module. 2025-01-09 16:26:15 +01:00
wobbl_tools Separated text formatting module and log module to 2 files and added a simple test for the formatting module. 2025-01-09 16:26:15 +01:00
.gitignore Added build directories to .gitignore 2025-01-06 16:06:19 +01:00
README.md Updated the readme to explain how to install the module using pip. 2024-12-07 19:06:45 +01:00
setup.py Removed old, deprecated, dangerous, stupid method of saving data to a file. 2024-12-13 16:14:16 +01:00

Wobbl tools

A python module for some projects by the Wobbler.

Installation

To install this module, you just have to clone the repository, cd into it and let pip install it.
You can do so by running these commands:

git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
cd wobbl_tools
pip install -e .