VarunPatelius / Spanish-Conjugator

A simple Flask app which allows you to enter Spanish verbs and get their meanings and conjugations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spanish-Conjugator

A simple Flask app which allows you to enter any Spanish verb and obtain its meaning and various conjugations. Website Demo

About

Spanish-Conjugator is a site built out of my need for an application which could give me quick access to important Spanish verb data. I did not like how sites like SpanishDict contained ads and various bits of information that were no use to me.

Spanish-Conjugator works by scraping data from the SpanishDict website, so you get what you need - no ads, no nonsense!

Installation

The following steps show how to get Spanish-Dict up and running on your own machine.

  1. Begin by cloning the repository or downloading the .zip file to your device
  2. Change directory into the cloned/downloaded folder
cd PATH/TO/FOLDER/Spanish-Conjugator
  1. Create a virtual environment within the folder
python3 -m venv venv (or any name you want to give to the virtual environment)
  1. Activate the virtual environment
source venv/bin/activate
  1. Install all the dependencies necessary for Spanish-Conjugator
pip3 install -r requirements.txt
  1. Run the program
python3 main.py
  • The development server should be running at 0.0.0.0 at port 8000. This can be changed in main.py.

Technologies

About

A simple Flask app which allows you to enter Spanish verbs and get their meanings and conjugations.

License:MIT License


Languages

Language:CSS 43.8%Language:HTML 36.5%Language:Python 19.7%