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 (very dirty) experiment to remove layers from a Docker image.

Surgically remove layers from a Docker image (with a chainsaw)

Jérôme Petazzoni 9 Jun 08, 2022
Attempts to crack the compression puzzle.

The Compression Puzzle One lovely Friday we were faced with this nice yet intriguing programming puzzle. One shall write a program that compresses str

Oto Brglez 14 Dec 29, 2022
Give you a better view of your Docker registry disk usage.

registry-du Give you a better view of your Docker registry disk usage. This small tool will analysis your Docker registry(vanilla or Harbor both work)

Nova Kwok 16 Jan 07, 2023
Yet another retry utility in Python

Yet another retry utility in Python, avereno being the Malagasy word for retry.

Haute École d'Informatique de Madagascar 4 Nov 02, 2021
Hide new MacBook Pro notch with black wallpaper.

Hide new MacBook Pro notch with black wallpaper.

Wang Chao 1 Oct 27, 2021
a demo show how to dump lldb info to ida.

用一个demo来聊聊动态trace 这个仓库能做什么? 帮助理解动态trace的思想。仓库内的demo,可操作,可实践。 动态trace核心思想: 动态记录一个函数内每一条指令的执行中产生的信息,并导入IDA,用来弥补IDA等静态分析工具的不足。 反编译看一下 先clone仓库,把hellolldb

25 Nov 28, 2022
Tools for binary data on cassette

Micro Manchester Tape Storage Tools for storing binary data on cassette Includes: Python script for encoding Arduino sketch for decoding Eagle CAD fil

Zack Nelson 28 Dec 25, 2022
A simple python implementation of Decision Tree.

DecisionTree A simple python implementation of Decision Tree, using Gini index. Usage: import DecisionTree node = DecisionTree.trainDecisionTree(lab

1 Nov 12, 2021
Blender 2.93 addon for loading Quake II MD2 files

io_mesh_md2 is a Blender 2.93 addon for importing Quake II MD2 files.

Joshua Skelton 11 Aug 31, 2022
SmarTool - Smart Util Tool for Python

A set of tools that keep Python sweeter.

Liu Tao 9 Sep 30, 2022
A way to write regex with objects instead of strings.

Py Idiomatic Regex (AKA iregex) Documentation Available Here An easier way to write regex in Python using OOP instead of strings. Makes the code much

Ryan Peach 18 Nov 15, 2021
Python utility for discovering interesting CFPreferences values on iDevices

Description Simple utility to search for interesting preferences in iDevices. Installation python3 -m pip install -U --user cfprefsmon Example In this

12 Aug 19, 2022
An online streamlit development platform

streamlit-playground An online streamlit development platform Run, Experiment and Play with streamlit Components Develop full-fledged apps online All

Akshansh Kumar 3 Nov 06, 2021
A simple, console based nHentai Code Generator

nHentai Code Generator A simple, console based nHentai Code Generator. How to run? Windows Android Windows Make sure you have python and git installed

5 Jun 02, 2022
A meme error handler for python

Pwython OwO what's this? Pwython is project aiming to fill in one of the biggest problems with python, which is that it is slow lacks owoified text. N

SystematicError 23 Jan 15, 2022
Animation retargeting tool for Autodesk Maya. Retargets mocap to a custom rig with a few clicks.

Animation Retargeting Tool for Maya A tool for transferring animation data and mocap from a skeleton to a custom rig in Autodesk Maya. Installation: A

Joaen 63 Jan 06, 2023
Manage your exceptions in Python like a PRO

A linter to manage all your python exceptions and try/except blocks (limited only for those who like dinosaurs).

Guilherme Latrova 353 Dec 31, 2022
Python code to generate and store certificates automatically , using names from a csv file

WOC-certificate-generator Python code to generate and store certificates automatically , using names from a csv file IMPORTANT In order to make the co

Google Developer Student Club - IIIT Kalyani 10 May 26, 2022
Two fast AUC calculation implementations for python

fastauc Two fast AUC calculation implementations for python: python-based is approximately 5X faster than the default sklearn.metrics.roc_auc_score()

Vsevolod Kompantsev 26 Dec 11, 2022
Random Number Generator Analysis With Python

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

Jack Prewitt 2 Jan 23, 2022