Skip to content

This is a simple GUI app developed using the Tkinter library in Python. It aims to generate a 12-digit hexadecimal code from a user's name and provide visual representations of the corresponding glyph images for each digit.

License

Notifications You must be signed in to change notification settings

MrNegative420/Name2HexCodeGeneratorApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexCodeGeneratorApp

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.

Features

  • Convert any name into a unique 12-digit hexadecimal code.
  • View and copy the generated code.
  • Explore glyph images for each digit.

Prerequisites

  • Python (>=3.6)
  • Tkinter (usually included with Python)
  • Pip (for package installation)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/HexCodeGeneratorApp.git
    cd HexCodeGeneratorApp
    
  2. Install the required packages:

    pip install -r requirements.txt
    

Usage

  1. Run the application:

    python app.py
    
  2. 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.
  3. To close the application, simply close the GUI window.

Customization

  • You can customize the background image and icon by replacing the files in the customization and data folders, respectively.
  • Glyph images are loaded from the glyphs directory. You can add or replace these images as needed.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

Credits

  • Created by: Mr Negative.
  • Special thanks to: Special thanks to: Woo for sparking the idea.

License

This project is licensed under the MIT License.

About

This is a simple GUI app developed using the Tkinter library in Python. It aims to generate a 12-digit hexadecimal code from a user's name and provide visual representations of the corresponding glyph images for each digit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published