Generate random german words

Overview

Generate random german words / Generiere zufällige deutsche Wörter


Getting Started

  1. Pip install with

    pip install zufallsworte
  2. Install the library with

    import zufallsworte as zufall

______________________________________________________________________________________________

How to use


Return one random word
zufall.zufallswoerter(1)

--> Katze

Return 5 random words

zufall.zufallswoerter(5)

--> ['rot', 'Baum', 'Eichhörnchen', 'Brötchen', 'Auto']

Return 3 random words that start with certain letters

zufall.anfangsbuchstaben('herum', 3)

['herumtragen', 'herumnörgeln', 'Herumtreiber']

Return 3 random words that end with certain letters

zufall.endbuchstaben('legen', 2)

--> ['anlegen', 'hinzulegen']

Return 2 random words that contain the letters "ff"

zufall.enthaelt_buchstaben('ff', 2)

--> ['Schiff', 'Affinität']

Return 3 random words that are exactly 7 characters long

zufall.anzahl_buchstaben(7, 3)

--> ['Biomüll', 'fließen', 'Rotwein']



Current bugs

When you import the library you will see three words as an output. Just ignore them.





Stargazers over time

Stargazers over time




License

This project falls under the MIT license.

You might also like...
A random cats photos python module

A random cats photos python module

A Random Password Generator made from Python
A Random Password Generator made from Python

Things you need Python Step 1 Download the python file from Releases Step 2 Go to the directory where the python file is and run it Step 3 Type the le

A simple and easy to use collection of random python functions.

A simple and easy to use collection of random python functions.

A quick random name generator

Random Profile Generator USAGE & CREDITS Any public or priavte demonstrative usage of this project is strictly prohibited, UNLESS WhineyMonkey10 (http

Random Number Generator Analysis With Python

Random-Number-Generator-Analysis Governor's Honors Program Project to determine

Python Random Number Genrator

This Genrates Random Numbers. This Random Number Generator was made using python. This software uses Time and Random extension. Download the EXE file and run it to get your answer.

Dice Rolling Simulator using Python-random
Dice Rolling Simulator using Python-random

Dice Rolling Simulator As the name of the program suggests, we will be imitating a rolling dice. This is one of the interesting python projects and wi

Color getter (including method to get random color or complementary color) made out of Python

python-color-getter Color getter (including method to get random color or complementary color) made out of Python Setup pip3 install git+https://githu

Automatically Generate Rulesets for IIS for Intelligent HTTP/S C2 Redirection

Automatically Generate Rulesets for IIS for Intelligent HTTP/S C2 Redirection This project converts a Cobalt Strike profile to a functional web.config

Comments
  • Added PyPi Package Upload to GitHub Actions

    Added PyPi Package Upload to GitHub Actions

    1. Go to Actions on your Repo

    Check if you got the action to Upload to PIP on the workflow - When Pull Requested if not.

    Click _Skip this and set up a workflow yourself_ 
    Copy everything from python-publish.yml found in Zufallswort/workflows/
    and paste it in your main.yml or change the filename to anything you want but make sure its a .yml file.
    

    Hit commit.

    2. Go to your Settings - Secrets under your repo.

    Click New Repo Secret.

    Add two secrets

    Secret #1

    Under Name

    PYPI_USERNAME
    

    Value

    your PyPi UserName
    

    Secret #2

    Under Name

    PYPI_PASSWORD
    

    Value

    your super secret password
    

    To publish the package

    1. Change version on setup.py - otherwise the upload will fail

    2. Create a new Release on your Repo.

    If you want to view actions to view the Job - Click Actions on your repo

    From there you should be able to see if the Job Failed or Passed.

    for more documentation you can read

    1. GitHub Actions Docs

    you can watch this video to get an understanding / maybe it will help

    Video on PyPi GitHub Actions

    Best Regards Ashlin Darius Govindasamy

    opened by adgsenpai 0
Releases(zufallsworte)
Owner
Maximilian Freitag
Autodidactic, enthusiastic learner and new to the world of programming since 2019.
Maximilian Freitag
✨ Un générateur de mot de passe aléatoire totalement fait en Python par moi, et en français.

Password Generator ❗ Un générateur de mot de passe aléatoire totalement fait en Python par moi, et en français. 🔮 Grâce a une au module random et str

MrGabin 3 Jul 29, 2021
Automatic generator of readmes for git repositories (Includes file' listing)

Readme Generator We are bored of write the same things once and once again. We trust in the comments made inside of our files, and we decided to autom

Natalia Vera Duran 6 Jul 20, 2021
Script to autocompound 3commas BO:SO based on user provided risk factor

3commas_compounder Script to autocompound 3commas BO:SO based on user provided risk factor Setup Step 1 git clone this repo into your working director

0 Feb 24, 2022
Find version automatically based on git tags and commit messages.

GIT-CONVENTIONAL-VERSION Find version automatically based on git tags and commit messages. The tool is very specific in its function, so it is very fl

0 Nov 07, 2021
Find unused resource keys in properties files in a Salesforce Commerce Cloud project and get rid of them.

Find Unused Resource Keys Find unused resource keys in properties files in a Salesforce Commerce Cloud project and get rid of them. It looks through a

Noël 5 Jan 08, 2022
Helpful functions for use alongside the rich Python library.

🔧 Rich Tools A python package with helpful functions for use alongside with the rich python library. 󠀠󠀠 The current features are: Convert a Pandas

Avi Perl 14 Oct 14, 2022
Entropy-controlled contexts in Python

Python module ordered ordered module is the opposite to random - it maintains order in the program. import random x = 5 def increase(): global x

HyperC 36 Nov 03, 2022
API for obtaining results from the Beery-Bukenica test of the visomotor integration development (VMI) 4th edition.

VMI API API for obtaining results from the Beery-Bukenica test of the visomotor integration development (VMI) 4th edition. Install docker-compose up -

Victor Vargas Sandoval 1 Oct 26, 2021
Etherium unit conversation and arithmetic library

etherunit Etherium unit conversation and arithmetic library Install pip install -u etherunit Usage from etherunit import Ether, Gwei, Wei, E Creat

Yasin Özel 1 Nov 10, 2021
A random cats photos python module

A random cats photos python module

Fayas Noushad 6 Dec 01, 2021
Rabbito is a mini tool to find serialized objects in input values

Rabbito-ObjectFinder Rabbito is a mini tool to find serialized objects in input values What does Rabbito do Rabbito has the main object finding Serial

7 Dec 13, 2021
This is a package that allows you to create a key-value vault for storing variables in a global context

This is a package that allows you to create a key-value vault for storing variables in a global context. It allows you to set up a keyring with pre-defined constants which act as keys for the vault.

Data Ductus 2 Dec 14, 2022
JavaScript-style async programming for Python.

promisio JavaScript-style async programming for Python. Examples Create a promise-based async function using the promisify decorator. It works on both

Miguel Grinberg 191 Dec 30, 2022
Abby's Left Hand Modifiers Dictionary

Abby's Left Hand Modifiers Dictionary Design This dictionary is inspired by and

12 Dec 08, 2022
A simulator for xkcd 2529's weirdly concrete problem

What is this? This is a quick hack implementation of a simulator for xkcd 2529's weirdly concrete problem. This is barely tested and I suck at computa

Reuben Steenekamp 6 Oct 27, 2021
A color library based on pokemons colors!

pokepalette A simple pokemon color chooser " This repo is based on CDWimmer/PokePalette and was originated from this tweet. If you don't remember your

Thomas Capelle 5 Aug 30, 2021
Michael Vinyard's utilities

Install vintools To download this package from pypi: pip install vintools Install the development package To download and install the developmen

Michael Vinyard 2 May 22, 2022
✨ Voici un code en Python par moi, et en français qui permet d'exécuter du Javascript en Python.

JavaScript In Python ❗ Voici un code en Python par moi, et en français qui permet d'exécuter du Javascript en Python. 🔮 Une vidéo pour vous expliquer

MrGabin 4 Mar 28, 2022
Monte Carlo simulation of 3G rules

mc3g Monte Carlo simulation of 3G rules This project contains the Python code to do simulations of events according to the 3G rule (in German: "Geimpf

Jan Christoph Terasa 4 Nov 01, 2021
Obsidian tools - a Python package for analysing an Obsidian.md vault

obsidiantools is a Python package for getting structured metadata about your Obsidian.md notes and analysing your vault.

Mark Farragher 153 Jan 04, 2023