I fixed a bug where the extension was disabled by default (or appeared like so), and I updated the README with feature descriptions.
Log in to leave a comment
I fixed a bug where the extension was disabled by default (or appeared like so), and I updated the README with feature descriptions.
Log in to leave a comment
I have now submitted the addon to the firefox addon store, and added installation instructions for chrome (and usage instructions) to the README.
Since you need to use an account on StudyGo to use this extension, I have made an account for testing this extension if you are unable to create an account yourself:
Email: [email protected]
Password: db$9U3)8T$:Tkjv
Log in to leave a comment
It has been a while since my last devlog on this project (and also the last time I have worked on this!), but today I finally decided to continue working on it. I didn’t really know any new features to add, however I decided on starting to make the popup so you can set your preferences for the extension. I have only made the html and css so far (css is hard…), but “soon” I will add functionality to it.
Log in to leave a comment
I got the first function of the extension working!
It checks the element that changes if you have a right/wrong answer by xcode for the class and then plays a sound if the correct class is found. At first, it played the sound multiple times while waiting but I fixed that by using vars for checking if it is not the same as the previous state (class)
Log in to leave a comment
I made a project where you can input a minimum and maximum value in a gui which generates a random number which you have to guess! If you guess too high or low it will also tell you this.
With this project I learned how tkinter works and more about how try and except work in python. I also learned more about classes because of my curiosity (The tutorial I saw for tkinter used them and I wanted to learn more about it).
For the most part making this went great, except that I had to rewrite it to work with tkinter :(
I also dislike how tkinter looks by default but I don’t know how I can make it look better.
That is everything you need to know!
So I kinda had to rewrite the entire project in order to make it work with tkinter, the ui library I used for this project. Now everything works like it is intended, which is great. I wish it looked better but idk how to do that yet, but I will find out at some point.
Log in to leave a comment
After about going through different iterations (also I haven’t programmed for a while) I got a working well-enough version of the number generating part (with input), and I have started on making the part where you guess the number yourself. After that I might add a gui if I find out how to, and I will look to add an option to play against a bot.
Log in to leave a comment