Category: Downloadable program
This “Downloadable program” category is a description of the programs in the “Downloadable program” page
-
Using Openpyxl in Python to read/write Excel file
Please find the full program in the GitHub link below https://github.com/FelixT123/CS-Student/tree/main/Openpyxl Openpyxl is the most common library for Python to read/write Excel file. I spent half a day to familiar myself with how the library operates. Below are a few snapshots when the program is running Asked to type the file name of the PNG image… Read more
-
MasterMind game programmed in Python
To access the full code, please go to the following link: (Choose the one programmed in Python) https://github.com/FelixT123/CS-Student/tree/main/MasterMind The same MaserMind game developed using Python instead of Matlab that I created earlier. The logic flow and user interface in Python remain unchanged from that in Matlab. Below are a few snapshots when the program is… Read more
-
MasterMind game programmed in Matlab
To access the full code, please go to the following link: (Choose the one programmed in Matlab) https://github.com/FelixT123/CS-Student/tree/main/MasterMind This program was created as part of my first-year course project in Matlab. Mastermind game ranks high among my favorite games because it really helps me level up my critical thinking skills. Below are a few snapshots… Read more