Open Side Menu Go to the Top
Register
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program

05-04-2020 , 03:33 AM
RNGclick

I couldn't find an RNG program for my liking to stick wherever during multitabling and keep my desktop clean, so I made my own, and thought I'd share for anyone looking for something similar. If anyone has any additional features they want to see, that don't clutter the interface, I can likely add them.

The program generates a new random number anytime you click on the black space of the window. You can clear the number from view by right clicking, if you like, as well.

Download here:
https://github.com/real-poker/RNGclick

Features:
  • Uses the cryptographically secure random number generator on your OS
  • Option to generate random integers from 0-99, or 1-100
  • Option to change colour spectrum from green = high roll, red = low roll to green = low roll, red = high roll
  • Lightweight and resizable, so you can squeeze it anywhere on your desktop

Here's some screenshots of the program in action.


RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
12-09-2020 , 12:40 PM
Update:

-Added option to decrease/increase font size of the RNG number
-Gave the program priority to always be on top, so you can place it over your tables, if you like
-Pressing double right-click now hides the title/menu bars of the program, which can be annoying to look at while playing

Basically allowing you to run a set-up more like this, if you desire:

RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
12-21-2020 , 09:34 AM
I love it. Simplistic and useful thanks!
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
01-26-2021 , 10:11 AM
Would it be possible to add the option to save a certain layout (number of RNGs, windows size and positions, font size)?
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
01-28-2021 , 09:22 AM
Quote:
Originally Posted by Grey zone
Would it be possible to add the option to save a certain layout (number of RNGs, windows size and positions, font size)?
It's possible to do, but goes beyond the scope of the program as just an immutable single .exe file.

If you run the program from the python script, you could at least be able to change the default font sizes and window sizes by changing the values in these two lines with a text editor, respectively:

fontStyle = tkFont.Font(family='Consolas', size=80)
root.geometry("260x200+200+200")
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
03-12-2021 , 02:07 PM
this is exactly what I was looking for - thanks!
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
08-06-2021 , 06:10 PM
the numbers are changing automatically or we have to click each time? it would be very usefull if we can have them changing automatically every 3secs
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
08-12-2021 , 05:13 AM
Is there any way to make it so you can click and drag to move the program while in the mode with no title bars? And/or to make it resizeable with no bars? I move my rng a bit depending on how many tables I have, being able to drag and resize it without fiddling with interface appearance would be great!

Nice rng btw, thanks.
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
09-09-2021 , 05:43 PM
Quote:
Originally Posted by belthazorrrrr
the numbers are changing automatically or we have to click each time? it would be very usefull if we can have them changing automatically every 3secs
I added a "Toggle Timed Mode" option in one of the most recent updates. So downloading the latest .exe from the repository will allow this. I may allow the time period to be customized to something other than 3 secs in the future, but I also don't want to clutter it with too many options.
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote
09-09-2021 , 05:46 PM
Quote:
Originally Posted by Duncelanas
Is there any way to make it so you can click and drag to move the program while in the mode with no title bars? And/or to make it resizeable with no bars? I move my rng a bit depending on how many tables I have, being able to drag and resize it without fiddling with interface appearance would be great!

Nice rng btw, thanks.
I'll look into this, I agree it would be ideal to be able to do resizing and positioning in the mode without the menubar. We'll see if the gui package I'm using can handle it.
RNGclick: Crypto-Secure, Lightweight and Resizable RNG Program Quote

      
m