Skip to content

mishugana/7-segment-display-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

7-Segment Display Clicker

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.

Screenshot 2024-10-17 at 11 29 24 AM

Features

  • 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

Requirements

  • Python 3.x
  • tkinter for the GUI (usually comes pre-installed with Python)
  • Any additional Python libraries you might use (list them here)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/7-segment-display-clicker.git
    
  2. Navigate to the project directory:

    cd 7-segment-display-clicker
    
  3. Install any required dependencies:

    pip install -r requirements.txt
    
  4. Run the project:

    python main.py
    

Usage

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.

License

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

Contributing

Feel free to contribute to this project by submitting issues or pull requests.

Contact

For any questions or feedback, reach out via GitHub issues.

About

It's a 7 segment display clicker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages