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
A python lib for generate random string and digits and special characters or A combination of them

A python lib for generate random string and digits and special characters or A combination of them

Torham 4 Nov 15, 2022
An okayish python script to generate a random Euler circuit with given number of vertices and edges.

Euler-Circuit-Test-Case-Generator An okayish python script to generate a random Euler circuit with given number of vertices and edges. Executing the S

Alen Antony 1 Nov 13, 2021
Create password - Generate Random Password with Passphrase

Generate Random Password with Passphrase This is a python code to generate stron

null 1 Jan 18, 2022
A simple Python app that generates semi-random chord progressions.

chords-generator A simple Python app that generates semi-random chord progressions.

null 53 Sep 7, 2022
Python program to do with percentages and chances, random generation.

Chances and Percentages Python program to do with percentages and chances, random generation. What is this? This small program will generate a list wi

n0 3 Jul 15, 2021
Simple Python tool that generates a pseudo-random password with numbers, letters, and special characters in accordance with password policy best practices.

Simple Python tool that generates a pseudo-random password with numbers, letters, and special characters in accordance with password policy best practices.

Joe Helle 7 Mar 25, 2022
Random Number Generator

Application for generating a random number.

Michael J Bailey 1 Oct 12, 2021
Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Emirhan 3 Oct 8, 2021
Go through a random file in your favourite open source projects!

Random Source Codes Never be bored again! Staring at your screen and just scrolling the great world wide web? Would you rather read through some code

Mridul Seth 1 Nov 3, 2022
Backman is a random/fixed background image setter for wlroots based compositors

backman Backman is a random/fixed background image setter for wlroots based compositors Dependencies: The program depends on swaybg, python3-toml (or

Hemish 3 Mar 9, 2022