A quick random name generator

Overview

Random Profile Generator

USAGE & CREDITS

Any public or priavte demonstrative usage of this project is strictly prohibited, UNLESS WhineyMonkey10 (https://github.com/WhineyMonkey10) is credited in the demonstration of the code.

To use this code you must: 1. Download the project as a ZIP 2. Extract the ZIP into a file 3. Open a program such as Visual Studio Code 4. Upload the file to VS Code 5. Run the code

INFORMATION ON THE PROFILE GENERATOR

None of these credentials, addresses, names, ages or others are meant to replicate a person's actual personal credentials. All of these credentials were created as purley fictional names. If the project gets discontinued the current update being worked on will NOT be uploaded and or finshed, all suggestions declined and README.md updated.

PROBLEM DOCUMENTATION AND SUGGESTIONS

Of course, you can always make suggestion commits to the project, especially if there is an error, please make sure that you installed and properly setup the files, if you beleive that you have set it up correctly please try to loacte the problem, if it is not found make a comment to the project.

You might also like...
A quick username checker to see if a username is available on a list of assorted websites.
A quick username checker to see if a username is available on a list of assorted websites.

A quick username checker to see if a username is available on a list of assorted websites.

Aurin -  A quick AUR installer for Arch Linux. Install packages from AUR website in a click.
Aurin - A quick AUR installer for Arch Linux. Install packages from AUR website in a click.

Aurin - A quick AUR installer for Arch Linux. Install packages from AUR website in a click.

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

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

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

 Genart - Generate random art to sell as nfts
Genart - Generate random art to sell as nfts

Genart - Generate random art to sell as nfts Usage git clone

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.

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

Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Generate random german words
Generate random german words

Generate random german words / Generiere zufällige deutsche Wörter Getting Started Pip install with pip install zufallsworte Install the library with

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

Comments
  • Switching to Flask

    Switching to Flask

    Woohoo!

    I'm going to move away from using Pyscript as it's very annoying and start using flask. Once flask is fully integrated I'll release a 'consumer' ready release for the Random Profile Generator!

    opened by WhineyMonkey10 1
Releases(v3.1)
  • v3.1(Jun 26, 2022)

    image

    Introducing Version 3.1

    In this all new version of 'Random Profile Generator' there have been so many improvements. Basically all improvements from v.3.0 Beta have been done. The README.md file has been improved, and received a full work-over.

    The newest working feature: Web Based. It is highly recommended for a smooth experience. Sometimes, the page may error. To fix it, just reload the page.

    image

    For starters, the Text Generation mode is fully functional. It includes text colors and non case sensitive input! Text Generation was the first type of generation for this project.

    image

    Second, the GUI options is going quite smoothly. The weird text and big spaces have been fixed. For now though, it is completely functional although not at all recommended unless you really want it.

    download (3)

    Finally,

    The best feature. The Web Based version. The Web Based version has undergone a lot of heavy development, and now to mention just a few things that have been improved:

          - Switched over to flask
    
          - Redesigned the whole website to make it more visually pleasing, and added a tick box for a middle name.
    

    This version is ready for production.

    Source code(tar.gz)
    Source code(zip)
  • v3.0-beta(Jun 24, 2022)

    download

    Introducing Version 3.0 Beta

    In this all new version of 'Random Profile Generator' there have been so many improvements. The improvements will be listed, although most will only be completed for v.3.0. The README.md file has been improved, although in v.3.0. It may receive a full workover.

    These features may include the Web Based option which will soon be the recommended option.

    image

    For starters, the Text Generation mode is fully functional. It includes text colors and non case sensitive input! Text Generation was the first type of generation for this project.

    image

    Second, the GUI options is going quite smoothly. In v.3.0 it will have a slight redesign. For now though, it is completely functional although not at all recommended unless you really want it.

    download (3)

    Finally,

    The best feature. The Web Based version. The Web Based version has undergone a lot of heavy development, and now to mention just a few things that have been improved:

          - Switched over to flask
    
          - Redesigned the whole website to make it more visually pleasing
    

    Hopefully, in v.3.0. the web based version should be ready for full release.

    Source code(tar.gz)
    Source code(zip)
  • V.2Beta(May 16, 2022)

    download GUI - Working Local web server - Sort of working, still uses HTTP Server and I'm still finding an error in importing the gen files.

    Otherwise, everything else is running quite well.

    This release includes:

             An updated version of the README.md file. 
             Almost fully working GUI (Not visually pleasing though).
             Local HTTP Server works, although it doesn't give a result. Will maybe move it to flask later on.
    
    Source code(tar.gz)
    Source code(zip)
  • V.1(May 3, 2022)

    The first version of Random Profile Generator. It includes the basics, and a few more advanced features. V. 1.2 Will hopefully have GUI Support. Then it will launch a web server on localhost. (V.2)

    Source code(tar.gz)
    Source code(zip)
  • V.1.5(May 4, 2022)

    download (1)

    Version 1.5

    Started simple GUI support, final result is printed to it. Planning to fix an error at the beginning of it. Local server can be run by going into the file (more advanced users).

    This version includes:

    • Early Support for GUI
    • Early Support for LocalServer (website)
    Source code(tar.gz)
    Source code(zip)
A python module for extract domains

A python module for extract domains

Fayas Noushad 4 Aug 10, 2022
A fancy and practical functional tools

Funcy A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an

Alexander Schepanovski 2.9k Jan 07, 2023
Course-parsing - Parsing Course Info for NIT Kurukshetra

Parsing Course Info for NIT Kurukshetra Overview This repository houses code for

Saksham Mittal 3 Feb 03, 2022
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
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
Generates a random prnt.sc link and display image.

Generates a random prnt.sc link and display image.

Emirhan 3 Oct 08, 2021
Definitely legit social credit generator with python

definitely-legit-social-credit-generator I made this simple GUI program for a meme, no cap. Video: https://youtu.be/RmjxKtoli04 How to run: Clone this

Joshua Malabanan 8 Nov 01, 2021
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
Backup a folder to an another folder by using mirror update method.

Mirror Update Backup Backup a folder to an another folder by using mirror update method. How to use Install requirement pip install -r requirements.tx

1 Nov 21, 2022
A script to parse and display buy_tag and sell_reason for freqtrade backtesting trades

freqtrade-buyreasons A script to parse and display buy_tag and sell_reason for freqtrade backtesting trades Usage Copy the buy_reasons.py script into

Robert Davey 31 Jan 01, 2023
An awesome tool to save articles from RSS feed to Pocket automatically.

RSS2Pocket An awesome tool to save articles from RSS feed to Pocket automatically. About the Project I used to use IFTTT to save articles from RSS fee

Hank Liao 10 Nov 12, 2022
MongoDB utility to inflate the contents of small collection to a new larger collection

MongoDB Data Inflater ("data-inflater") The data-inflater tool is a MongoDB utility to automate the creation of a new large database collection using

Paul Done 3 Nov 28, 2021
Python script to launch burp scans automatically

SimpleAutoBurp Python script that takes a config.json file as config and uses Burp Suite Pro to scan a list of websites.

Adan Álvarez 26 Jul 18, 2022
A toolkit for writing and executing automation scripts for Final Fantasy XIV

XIV Scripter This is a tool for scripting out series of actions in FFXIV. It allows for custom actions to be defined in config.yaml as well as custom

Jacob Beel 1 Dec 09, 2021
Patch the pclntable from Go binaries

Pretrain and Fine-tune a T5 model with Flax on GCP This tutorial details how pretrain and fine-tune a FlaxT5 model from HuggingFace using a TPU VM ava

6 Oct 05, 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
A hashtag from string extract python module

A hashtag from string extract python module

Fayas Noushad 3 Aug 10, 2022
腾讯云轻量服务流量超出限制自动关机

LightHouse_Automatic_Shutdown 腾讯云轻量服务流量超出限制自动关机

132 Dec 14, 2022
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

Miek 1 Nov 02, 2021
Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc.

citation-url Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc. This module has a single parse() function that takes in

Charles Tapley Hoyt 2 Feb 12, 2022