I've been looking for an offline roulette app for so long that I ended up making one myself (and it's ended being a CTI clone... nah, doesn't matter).
This program shows random images from a folder you select (with subfolders ofc.) and random tasks you've made yourself (though I've now realized that you can write not only them, but also any text in the tasks... I'll have to think about how to separate tasks and text). It's still very, VERY raw, but my first goal was to make a test version that would reflect the main idea of the program and allow you to play a session without any (big) problems.
I wrote it in pyqt (I hope the lawyers won't sue me, as i know qt is strict with projects, I'll attach the source code later) for Windows 10, I'm just learning, so if you have any comments about the code, bugs, or just feedback - write to this forum.
For those who will try it - here is the instruction:
- In the menu tab File -> Select folder select the folder with saved images (the program saves all paths to images in a json file, and overwrites it when choosing a new folder)
- In the menu tab File -> Add instruction write a task (the program saves tasks in a txt file and supplements it, so if you want to delete a task - you will have to do it manually for now (that's why I chose the txt format - it is easier to edit))
- Everything is ready, click Start.
- The Next button shows the next image.
The Do Task button shows the next task.
As I said earlier - this is a very raw version of the program, and I will improve it. So any feedback will be useful.
Enjoy.
https://drive.google.com/file/d/1bQEUVq ... sp=sharing
Git repo: https://github.com/Evnovergiev/TaskTress




