Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrck02/nickname-generator
Nickname generation app.
https://github.com/akrck02/nickname-generator
csv customtkinter generator python
Last synced: about 20 hours ago
JSON representation
Nickname generation app.
- Host: GitHub
- URL: https://github.com/akrck02/nickname-generator
- Owner: akrck02
- License: mit
- Created: 2022-08-05T19:32:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T17:40:48.000Z (13 days ago)
- Last Synced: 2025-01-02T18:36:11.434Z (13 days ago)
- Topics: csv, customtkinter, generator, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nickname generator
Hi there, This is a simple program that generates a random nickname for you. Its based on the [nickname file by @onyxrev](https://github.com/onyxrev/common_nickname_csv/).
I added some suffix and prefix files and random appendage to the nicknames so that you can have a more random nickname.
I will be updating this program whenever I get a chance to, so please check back often. This is a little project compared to the other ones I have been working on GitHub.
![Program in light mode](./images/screenshotLight.png)
![Program in dark mode](./images/screenshotDark.png)
![Program in dark mode generating a name](./images/screenshotDark2.png)
# Usage
To use this program, you need to install the following dependencies:- python
- pip## Windows
Run the cmd/win/dependencies.bat file to install the python dependencies.
and then run the program with the start.win.bat file.## Linux
Run the cmd/linux/dependencies.sh file to install the python dependencies.
and then run the program with the start.linux.sh file.
# Thanks to
- [@onyxrev](https://github.com/onyxrev) for the nickname file