Skip to content

JesusSalinas/master_upb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master UPB

Table of contents

Resume

The main aim of this project is to provide a...

Pre-requirements

  • To have installed a python version managment
  • To have installed the 3.11.4 python version or higher

Setup

  • $ git clone https://github.com/JesusSalinas/master_upb.git
  • $ cd ../repository_folder
  • $ pip3 install -r requirements.txt

Structure

master_upb/
│
├── src/
│   ├── app.py
│   ├── ...
│
├── data/
│   ├── obj.py
│   ├── ...
│
├── docs/
│   ├── example_urls.csv
│   ├── ...
│
├── img/
│   ├── background.jpeg
│   ├── ...
│
│├── tests/
│   ├── test.py
│   ├── ...
│
├── requirements.txt
├── README.md
├── main.py
└── .gitignore

Use

python3 main.py