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
Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python

Pyfunctools Pyfunctools is a module that provides functions, methods and classes that help in the creation of projects in python, bringing functional

Natanael dos Santos Feitosa 5 Dec 22, 2022
Python program for Linux users to change any url to any domain name they want.

URLMask Python program for Linux users to change a URL to ANY domain. A program than can take any url and mask it to any domain name you like. E.g. ne

2 Jun 20, 2022
Python Libraries with functions and constants related to electrical engineering.

ElectricPy Electrical-Engineering-for-Python Python Libraries with functions and constants related to electrical engineering. The functions and consta

Joe Stanley 39 Dec 23, 2022
Produce a simulate-able SDF of an arbitrary mesh with convex decomposition.

Mesh-to-SDF converter Given a (potentially nasty, nonconvex) mesh, automatically creates an SDF file that describes that object. The visual geometry i

Greg Izatt 22 Nov 23, 2022
✨ 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
extract gene TSS/TES site form gencode/ensembl/gencode database GTF file and export bed format file.

GetTsite python Package extract gene TSS/TES site form gencode/ensembl/gencode database GTF file and export bed format file. Install $ pip install Get

laojunjun 7 Nov 21, 2022
Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Emirhan 3 Oct 08, 2021
Python USD rate in RUB parser

Python EUR and USD rate parser. Python USD and EUR rate in RUB parser. Parsing i

Andrew 2 Feb 17, 2022
The Black shade analyser and comparison tool.

diff-shades The Black shade analyser and comparison tool. AKA Richard's personal take at a better black-primer (by stealing ideas from mypy-primer) :p

Richard Si 10 Apr 29, 2022
ticktock is a minimalist library to view Python time performance of Python code.

ticktock is a minimalist library to view Python time performance of Python code.

Victor Benichoux 30 Sep 28, 2022
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

Jesse 99 Dec 13, 2022
A pythonic dependency injection library.

Pinject Pinject is a dependency injection library for python. The primary goal of Pinject is to help you assemble objects into graphs in an easy, main

Google 1.3k Dec 30, 2022
Hide new MacBook Pro notch with black wallpaper.

Hide new MacBook Pro notch with black wallpaper.

Wang Chao 1 Oct 27, 2021
A program to convert celcius to faranheit. made with python

Temp-Converter What is Temp-Converter Temp-Converter is little program made with pyhton to convert celcius to faranheit. Needed A python interpreter P

Chandula Janith 0 Nov 27, 2021
✨ Un juste prix totalement fait en Python par moi, et en français.

Juste Prix ❗ Un juste prix totalement fait en Python par moi, et en français. 🔮 Avec l'utilisation du module "random", j'ai pu faire un choix aléatoi

MrGabin 3 Jun 06, 2021
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 dictionary that can be flattened and re-inflated

deflatable-dict A dictionary that can be flattened and re-inflated. Particularly useful if you're interacting with yaml, for example. Installation wit

Lucas Sargent 2 Oct 18, 2021
Simple script to export contacts from telegram into vCard file

Telegram Contacts Exporter Simple script to export contacts from telegram into vCard file Getting Started Prerequisites You must to put your Telegram

Pere Antoni 1 Oct 17, 2021
password generator

Password generator technologies used What is? It is Password generator How to Download? Download on releases Clone repo git clone https://github.com/m

1 Dec 16, 2021
Macro recording and metaprogramming in Python

macro-kit is a package for efficient macro recording and metaprogramming in Python using abstract syntax tree (AST).

8 Aug 31, 2022