In this time of crisis, all coders should do their part in contributing to the society in this fight against this alien virus.Therefore, I am currently working on a COVID prediction model with my brother Kartikeya Bector .
- Conics with Matpoltlib
Owing to my love for graphs I was introduced to this amazing world of Conic Sections, commonly known Conics. As I explored, pondered and discovered new and quite exciting stuff in maths, I eventually decided to take a very bold step and Extrapolate this interest of mine, in my CS project.
- Ultimate Matplotlib
Riding the wave of my previous project I decided to expand my domain and add more options, making a GUI to help navigate the programme better and including straight lines, trigonometry graphs with integration with MySQL to save our data.
- Authentication Programme
As I was preparing my matplotlib project for using it in my school, I decided to build an Authentication Programme to go alongside it. I made a basic template in tkinter and used this as the basis of many of my GUI, saving time and resources. You’ll see a reflection of this programme in many of my other projects as well. This was the first time I got acquainted with tkinter and os modules. I used this experience in building the Ultimate Matplotlib project
- OBS Clone
COVID 19 shifted our schools online, this was also accompanied by a need for a screen recorder. I am a huge fan of the OBS Studio, though it has a steep learning curve, the amount of flexibility it provides in recording the video, audio and our computer screen. So I made an elementary application which can record your screen, audio and webcam. For doing this I had to learn many new modules like cv2, sound device, soundfile, scipy and got to know how numpy can be used to make an array of photos, which when stitched together forms a video.
- Password Manager
Constantly making new passwords and memorising is a difficult job, no carter to this issue we have many password managers in the market, however I decided to make one of my own as a side project.
- IELTS Test taker
IELTS is compulsory for all the students applying in the international universities. Not only is it a life changing exam but also very expensive. In order to put my best foot forward and to get used to the Computer Based IELTS exam, I made a project to help me with the same.
- PyElections
During the pandemic we had to conduct elections in our vidyalaya. Since it involved participation of a lot of students from various age groups, the student council had to come up with a solution that could be easily used by all and difficult to cheat. We decided to have the elections on zoom, to cater to the above mentioned problems. The students were required to turn on their videos and cast a vote in the chat box(privately messaging to the host). These chats could then be saved as text files and the programme to transverse through it count the occurrence of a particular name and save it in a dictionary, in the format {key= name: value = votes}.