Skip to content

WarrenU/datacapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Run:

I used python 3.8.2 to run my project. I used type hinting within my project so it will only work with python 3 atleast.

  • #1 Clone the project: git clone https://github.com/WarrenU/datacapture.git

  • #2 Change to the directory of the project: cd datacapture

  • #3 Make a python virtual environment python3 -m venv /venv

  • #4 Activate the virtual environment . /venv/bin/activate Note: when done with looking at the project, remember to deactive your virtual environment: deactive

  • #5 In your terminal (in your datacapture directory), run: python main.py or python3 main.py

  • #6 Edit main.py If you want to try out other data points, or add to the src/tests.py file to add more testing criteria. (I have one test case for a dataset of numbers, 1 to 1000.

Run Tests

To run the testing suite, call: python3 -m unittest src/tests.py or alternatively: python3 -m unittest src.tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages