HexCodeGeneratorApp is a simple graphical user interface (GUI) application written in Python using the tkinter
library. It converts a user's name into a unique 12-digit hexadecimal code and displays corresponding glyph images for each digit. This README provides instructions on how to build and use the application.
- Convert any name into a unique 12-digit hexadecimal code.
- View and copy the generated code.
- Explore glyph images for each digit.
- Python (>=3.6)
- Tkinter (usually included with Python)
- Pip (for package installation)
-
Clone the repository:
git clone https://github.com/your-username/HexCodeGeneratorApp.git cd HexCodeGeneratorApp
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
The GUI window will appear. Follow the on-screen instructions to use the application:
- Enter a name in the input field.
- Click the "Convert" button to generate the hexadecimal code and view glyph images.
- Click the "Copy Hex Code" button to copy the code to the clipboard.
- Click the "Clear" button to reset input and output fields.
-
To close the application, simply close the GUI window.
- You can customize the background image and icon by replacing the files in the
customization
anddata
folders, respectively. - Glyph images are loaded from the
glyphs
directory. You can add or replace these images as needed.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
- Created by: Mr Negative.
- Special thanks to: Special thanks to: Woo for sparking the idea.
This project is licensed under the MIT License.