Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynigoreyes/scanner
Concepts of programming languages project
https://github.com/ynigoreyes/scanner
Last synced: 6 days ago
JSON representation
Concepts of programming languages project
- Host: GitHub
- URL: https://github.com/ynigoreyes/scanner
- Owner: ynigoreyes
- Created: 2020-03-20T21:50:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T18:29:06.000Z (almost 5 years ago)
- Last Synced: 2024-12-15T23:41:30.915Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites to running:
* Python 3.7 or higher
```
$ python -V // on windows
$ python3 -V // on Linux/Mac
```## Running test cases:
```
$ python test.py
```## Running Scanner:
Place file anywhere and use it's relative path to where you are running the command from
```
$ python main.py
```## [Report](https://docs.google.com/document/d/1-tfzaW646-miBuYWyFDepbZg6WgOKkKLDD-ebaLlOu8/edit?usp=sharing)