Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 676 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 676 Bytes

TESFirstProject

To use this:

You have to have Python 3.7 or higher. Python modules used in this application are:

  • sqlite3
  • PrettyTable

You can add PrettyTable to your Python modules by typing on your terminal: $ pip install prettytable

sqlite3 comes included in Python packages since Python 2.5 version.

To execute

Open your terminal, download the repo by typing: $ git clone https://github.com/warango4/TESFirstProject.git

When finished, to run you just use the following command: $ python main.py

MAKE COMPLETELY SURE YOU'RE USING PYTHON 3, IN ANACONDA ENVIRONMENT OR AS PYTHON VERSION ON YOUR MACHINE