monroy95 / python_interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Observer

Excel consolidation tool with folder viewer

Install

Install Locally

Step 1

Create virtualenv

Windows:

python3 -m venv [virtual-env-name]

active the virtualev

virtual_env_example/Scripts/activate

Mac OS/Linux

virtualenv [virtual-env-name] -p python3

active the virtualev

source virtual_env_name/bin/activate

Execute in you terminal

git clone https://github.com/monroy95/python_interview.git

Install Dependencies With the virtual environment activated

pip install -r requirements.txt

How to Use?

Execute - Manual Mode

Step 1

From the terminal run the script.py file with

Windows (Recommended)

py .\script.py

Mac OS/Linux

python script.py

And follow the program instructions

Use Executable

Note: The antivirus may affect the permissions, it is recommended to use the manual execution of the script as indicated in the previous steps.

Download (Windows): https://1drv.ms/u/s!Apqu1mWyBWrMmpBAavEq5Zommminew?e=2qGcbn

Video Demo: https://1drv.ms/v/s!Apqu1mWyBWrMmpBBkRiQTskh65Vu0A?e=OWAZXh

About


Languages

Language:Python 100.0%