Skip to content

This repository contains the code pertaining to a word parsing script.

Notifications You must be signed in to change notification settings

capitao-red-beard/word_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Parser

  • 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)

Getting Started

  1. Clone this repository by using the command: $ git clone https://github.com/capitao-red-beard/eigen.git
  2. Create a virtual environment using the command: $ python3 -m venv venv
  3. 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 ----------
  1. Run the program using the command $ python3 main.py

Tips

  • 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

Releases

No releases published

Packages

No packages published

Languages