This Python project lets you interact with a 7-segment number display by clicking on different parts of the display to record values.
I made it mainly to transcribe ciphers that use this as a character set.
https://www.dcode.fr/7-segment-display is a great resource, but it took me too long to search for each character.
- Visual interface of a 7-segment number display.
- Click to toggle segments on/off.
- Records and stores the values of each click.
- Copy values to clipboard
- Python 3.x
tkinter
for the GUI (usually comes pre-installed with Python)- Any additional Python libraries you might use (list them here)
-
Clone the repository:
git clone https://github.com/your-username/7-segment-display-clicker.git
-
Navigate to the project directory:
cd 7-segment-display-clicker
-
Install any required dependencies:
pip install -r requirements.txt
-
Run the project:
python main.py
Use the mouse to click on individual segments of the 7-segment display. The selected values will be recorded and displayed. Customize the behavior and appearance by modifying the source code.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to contribute to this project by submitting issues or pull requests.
For any questions or feedback, reach out via GitHub issues.