Bissl Code der einem etwas Zeit sparen kann.
Find a file
2024-12-18 17:33:16 +01:00
wobbl_tools Added simple "page system". 2024-12-18 17:33:16 +01:00
.gitignore Updated .gitignore 2024-12-07 20:19:12 +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 .