Mohit Patel
@MohittPattel
Published Projects
Bounce Ball in Python
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 in Python
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 in Python
Password generator program in python. Run this program: 1. Import the random lib. 2. paste the main.py and run the code.
Roman Number in JavaScript
Roman Number program in JavaScript. Take number input in number form and output the roman number.
C++ program to Multiply two Matrix using Vector
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.
Number Conversion in C++
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 in C++
Tic Tac Toe game using c++ programming language where two players can play with all possibility.