Skip to main content

Generate short, simple text codes

Project description

About this repository

Simple Code Generator


Description

Generate string codes for django or flask or any web development python framework or any python project generally


Use this script as an extension of your project whenever you want to generate random codes.

Setup / Usage


Follow the following: ! They are very important

1. call the function generate_code_simple()

2. pass in the arguments, they are: [
        'length_minimal', 'length_maximal', 'int_min_length',
        'int_max_length'
    ], they are optional and the default values will be given to them. So the 
        output will be like 

   generate_code_simple(length_minimal=int, length_maximal=int, 
                        int_min_length=int, int_max_length=int).

3. then leave the rest to the packge to generate the type of code for you

4. then make a variable like the example 
   `code = generate_code_simple()` | don't add the the symbol `|` just write the 
   what is inside the variables backticks.

5. then at runtime the generated code will be run

Thia written in python code

Obviously use the statement from simple_code_generator.src.main import generate_code_simple for the 1st line



Code without parameters

code = generated_code_simple()
print(f"Generated code is -> {code}")
>>> Generated code is -> 552405550765069469025

The result is not fixed it changes at the next runtime

Code with parameters

code = generated_code_simple(length_minimal=10, length_maximal=50, 
                             int_min_length=1, int_max_length=99999)
print(f"Generated code is -> {code}")
>>> Generated code is -> 6051772282112626082611874181

Don't rely on this code is not yet fully tested and results may differ.

Configuration


To configure the project all you need to do is pass in params to the generate_code_simple() function

Directory Structure



DIR  +----------------------|> project
DIR  +----------------------|> project-without-input
DIR  +----------------------|> project-linux
DIR  +----------------------|> project-linux-without-input
DIR  +----------------------|> pip-package

Code Preview


Sorry GitHub doesn't support cloud systems shared viewing, so I provided a shareable link on Google Drive for you to see the source code https://drive.google.com/file/d/1FO9_8yDuGPlTi_HB3nFT_9g2Sldaza2n/view?usp=sharing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

random-text-generator-1.0.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

random_text_generator-1.0.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page