Recently, I made a small python app called easyCalendar, it is made for developers, mostly. This program helps you to get rid of mouse while making a daily plan, you just have to write a pure text file called plan.txt, and then run main.py, it will automaticly generate an ics file, which you can import …
Category Archives: Coding
Making a voting website(part 2)
Recently I’ve just Finished my website, allowing everyone to see the stats page. By the way, MongoDB is very good, and I highly recommend it, MongoDB fixed my mysterious problems. Here are the things that I have learned making this website: How to use MongoDB Making the site more beautiful with Material design Deploy sites …
Making a voting website(part 1)
For 2 weeks I am making a voting website for SSBS. It has been a wonderful journey making a website, and I have learned a-lot. Let’s get started with what the website I’ve made is about. Two weeks ago, my English class started a political campaign, the students are divided randomly into groups of five, …