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 simple function that randomly generates and applies console text colors

ChangeConsoleTextColour a simple function that randomly generates and applies console text colors This repository corresponds to my Python Functions f

Mariya 6 Sep 20, 2022
ZX Spectrum Utilities: (zx-spectrum-utils)

Here are a few utility programs that can be used with the zx spectrum. The ZX Spectrum is one of the first home computers from the early 1980s.

Graham Oakes 4 Mar 07, 2022
Easy compression and extraction for any compression or archival format.

Tzar: Tar, Zip, Anything Really Easy compression and extraction for any compression or archival format. Usage/Examples tzar compress large-dir compres

DanielVZ 37 Nov 02, 2022
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

Jung Gyu Yoon 2 Sep 17, 2022
Lock files using python and cmd

Python_Lock_Files Lock files using python and cmd license feel free to do whatever you want to with these files, i dont take any responsibility tho, u

1 Nov 01, 2021
✨ 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
Similar looking domain detection using python fuzzywuzzy

Major cause of phishing and BEC incident is similar looking domain, if you detect it early, you can prevent incidents early, python fuzzywuzzy module let you do that

2 Nov 07, 2021
Homebase Name Changer for Fortnite: Save the World.

Homebase Name Changer This program allows you to change the Homebase name in Fortnite: Save the World. How to use it? After starting the HomebaseNameC

PRO100KatYT 7 May 21, 2022
Stubmaker is an easy-to-use tool for generating python stubs.

Stubmaker is an easy-to-use tool for generating python stubs. Requirements Stubmaker is to be run under Python 3.7.4+ No side effects during

Toloka 24 Aug 28, 2022
Numbers-parser - Python module for parsing Apple Numbers .numbers files

numbers-parser numbers-parser is a Python module for parsing Apple Numbers .numbers files. It supports Numbers files generated by Numbers version 10.3

Jon Connell 154 Jan 05, 2023
Handy Tool to check the availability of onion site and to extract the title of submitted onion links.

This tool helps is to quickly investigate a huge set of onion sites based by checking its availability which helps to filter out the inactive sites and collect the site title that might helps us to c

Balaji 13 Nov 25, 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
Import the module and create an object of the class LocalVariable.

LocalVariable Import the module and create an object of the class LocalVariable. Call the save method with the name and the value of a variable as arg

Sajedur Rahman Fiad 2 Dec 14, 2022
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Lark - Parsing Library & Toolkit 3.5k Jan 05, 2023
A fast Python implementation of Ac Auto Mechine

A fast Python implementation of Ac Auto Mechine

Jin Zitian 1 Dec 07, 2021
The git for the Python Story Utility Package library.

SUP The git for the Python Story Utility Package library. Installation: Install SUP by simply running pip install psup in your terminal. Check out our

Enoki 6 Nov 27, 2022
Raganarok X: Next Generation Data Dump

Raganarok X Data Dump Raganarok X: Next Generation Data Dump More interesting Files File Name Contains en_langs All the variables you need in English

14 Jul 15, 2022
Modeling Category-Selective Cortical Regions with Topographic Variational Autoencoders

Modeling Category-Selective Cortical Regions with Topographic Variational Autoencoders Getting Started Install requirements with Anaconda: conda env c

T. Andy Keller 4 Aug 22, 2022
Python tool to check a web applications compliance with OWASP HTTP response headers best practices

Check Your Head A quick and easy way to check a web applications response headers!

Zak 6 Nov 09, 2021
Install, run, and update apps without root and only in your home directory

Qube Apps Install, run, and update apps in the private storage of a Qube. Build and install in Qubes Get the code: git clone https://github.com/micahf

Micah Lee 26 Dec 27, 2022