This project allows the user to preform all the basic python integer related programs.
The basic principal of the program is to make self made modules for the feature which are to be included by using basic python functions and mathematical operators.
The main purpose of this program is to learn and practice making and importing self made modules in python while also making something remotely usefully.
In the future more complex functions will be included.
(Hint: click on the file name to go to the referred file.)
S. No | Name | Extension | Language | Contains |
---|---|---|---|---|
1 | Alg | .py | Python | The main code where all other are imputed and executed. |
2 | Calculator | .py | Python | Self made module for executing basic mathematical operation available in python. |
3 | Factor | .py | Python | Self made module for checking factor of a number. |
4 | LCM_HCF | .py | Python | Self made module for knowing LCM or HCF of two numbers. |
5 | Multiple | .py | Python | Self made module for checking Multiple of a number. |
6 | Odd_Even | .py | Python | Self made module for checking whether the inputted number is odd or even. |
7 | README | .md | Markdown | Contains the README file for this project (this file). |
8 | Sine_Checker | .py | Python | Self made module for checking sine of the inputted number. |
9 | CONTRIBUTING | .md | markdown file | File contaning detals on how to contrebute. |
None. To use this project you only need the code provided in the repository and to be able to run python code.
To install just download the zip file extract it and done!
To use it just run the Alg.py file in your python compiler.