The bounce Ball game is written in python using the Pygame library of python. Pygame module is made to build interactive and 2d games using python language.
Pie Chart program written in python using matplot and numpy library. This program print the pie chart using these library. It can be increase and decrease by the length of the array.
Password generator program in python. Run this program: 1. Import the random lib. 2. paste the main.py and run the code.
Roman Number program in JavaScript. Take number input in number form and output the roman number.
I implemented a C++ program to calculate the product of two matrices using Vectors. Vectors is sequence containers representing arrays that can change in size.
This is the Number Conversion program. You can convert any number to any form. ( Binary to Decimal, Binary to Octal, Decimal to Binary, Decimal to octal, Octal to Decimal, Octal to Binary).
Tic Tac Toe game using c++ programming language where two players can play with all possibility.