Skip to content

alaynavendetta/CodenameGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Codename Generator

by Alayna Ferdarko

Created on 15 January 2025, the Codename Generator is here to provide you with random, creative codenames for any mission, project, or investigation. The tool generates codenames by combining adjectives and nouns, and you can save them along with their details to a CSV file for easy access.

Features:

  • Random Codename Generation: Generate a unique codename with just one click, combining a random adjective and noun.
  • Save Codenames: Save each generated codename with additional details like the case or person information into a CSV file.
  • User-Friendly Interface: A simple and intuitive GUI using Tkinter.

Installation Instructions:

To set up the Codename Generator on your computer, follow these steps:

  1. Download the repository or clone it via Git:

    git clone https://github.com/your-username/codename-generator.git
    
  2. Install the Dependencies: The program uses Tkinter for the graphical user interface and CSV for saving codenames. Tkinter usually comes pre-installed with Python, but if it’s not installed, you can do so by running:

    pip install tk
    
  3. Run the Program: In your terminal or command prompt, navigate to the folder where the program is saved, and run:

    python codename_generator.py
    

Usage:

  1. Open the application, and enter details for the case, person, or investigation you're working on.
  2. Hit Generate and Save Codename to generate a random codename.
  3. The codename, along with your entered details, will be saved to a CSV file.
  4. The generated codename will also be displayed on the interface.

Directory Structure:

codename_generator/
├── codename_generator.py    # Main program file
└── codenames.csv            # CSV file storing generated codenames and details

License:

This project is licensed under the MIT License – see the LICENSE file for more details.


By Alayna Ferdarko ✨

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages