A software that randomly selects users to facilitate the selection of many scenes, such as students in the classroom, the luckiest staff in a company, and the luckiest viewer in tv shows.
Main interface
Hover boll(main interface is hidden)
Hover boll(main interface is visible)
About page
I developed the software when I was a high school studentš«. Every time I saw my teacher need to choose a student to answer her question, she will take out a table which contains all students' names in my class and select a student from itš. I thought it was so inconvenientš¤, and I decide to make software to solve the problem, so I developed the software named Randroca.
The software mainly uses WPF of the .NET Framework to build because it is so convenient to beautify on Windows system, and it can save the development time.
MainWindow.xaml
is the main interface;
Float.xaml
is the hover ball;
About.xaml
is the about-page
If you wanna change the user list, you need to modify the function called Roll_call()
in MainWindow.xaml.cs
. Inside the function, you will see a string array called name
, insert some user names that you want to appear on the software's selection. At the same time, you need to add some photos to resource/face
. They need PNG format, and their file name are the same as the user that you insert into the name
array.
git clone https://github.com/JonyanDunh/Randroca.git
cd Randroca
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with the necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
Randroca is now open-source, secure, free, and trustworthy under the GNU GPL 3.0 license for mutual progress and transparency to users. This program is distributed under the terms of the GNU General Public License. If necessary, please also comply with the open-source license GNU General Public License
- Jonyan Dunh - A Full Stack developer from China Iām currently learning the field of deep learning, such as GAN, DRL, NPL and CV... - Jonyan Dunh - Whole of the project