Welcome to the Username Generator project! This Python-based tool helps you generate random usernames based on given parameters. Whether you need usernames for testing, fun, or creative purposes, this project has got you covered.
- Generate random usernames
- Save generated usernames to a file
- Ensure necessary folders and files exist before saving
- Easy-to-use command line interface
- Python 3.x installed on your system
- Basic understanding of how to run Python scripts
-
Clone the repository:
git clone https://github.com/ohusq/Username-Gen.git cd Username-Gen
-
Install required dependencies:
pip install -r requirements.txt
To generate usernames, run the main.py
script:
python main.py
This is the main script that drives the username generation process. It handles user inputs and coordinates the overall functionality.
This module contains functions for saving the generated usernames to a file. It ensures that the file operations are handled smoothly.
This module checks for the existence of necessary folders and creates them if they do not exist. It helps in maintaining the required directory structure.
Contributions are welcome! If you have ideas for improvements or have found bugs, please open an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
This project is licensed under the Unlicense License
Thanks to everyone who has contributed to this project. Your help and feedback are greatly appreciated!
For any questions or further information, feel free to contact the project maintainers through the GitHub issues page.
Happy username generating!