Repository files navigation
Name: Jasper van der Valk
Date: 13/02/2020
Written Using: Python 3.8 (WARNING this project makes use of dataclasses so can only be run with Python 3.7+)
Developed On: Linux Ubuntu 18.04 (Instructions on getting started will reflect this)
Clone this repository by using the command: $ git clone https://github.com/capitao-red-beard/eigen.git
Create a virtual environment using the command: $ python3 -m venv venv
Activate your virtual environment using the command: $ source venv/bin/activate
---------- Not Required ----------
Although this particular project makes no use of external libraries, I have included a requirements.txt file should this change.
Either way to install the requirements use the command: $ pip3 install -r requirements.txt
---------- Not Required ----------
Run the program using the command $ python3 main.py
If you wish to choose a different list of words for output please edit the word_list on line 130 .
About
This repository contains the code pertaining to a word parsing script.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.