Add badges from somewhere like: shields.io
Imports_ANAL is a python tool that allows you to parse an entire project and scan the imports that are present. Many operations can then be performed
- Syntactic analysis of all imports
- Creating a requirements.txt file
- Dump of the source code of each import present in the project
- Deleting suspicious imports present in the project
- Recognizing a suspicious piece of code
Normally the basic imports are sufficient to launch the project
git clone https://github.com/MarchandRobin/Import_ANAL_Project.gitcd Import_ANAL_Projectpip3 install -r requirements.txtd => Level of restriction of the program [1,2,3]
r => Create a requirements.txt file
s => Delete suspicious imports
b => Print the banner of the program
a => Analyze source codes of the project
g => Show a graphical relationship between folders





