Skip to content

A simply Python script that I created in my first year of university for a student club to match language learners together based on their skills / goals.

License

Notifications You must be signed in to change notification settings

stefannesic/tandematcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tandematcher Version 1.0

A simply Python script that I created in my first year of university for a student club to match language learners together based on their skills / goals.

Installation guide

Step 1: Install python3

Step 2: Follow the first two steps of the Google Sheets v4 quickstart document

Step 3: Download MySQL, create an account, a database, and save it to a file titled 'config.py'.

connection_id = {
              'user': enter your username between two single quotes,
              'password': enter your password between two single quotes,
              'host': 'localhost',
              'database': enter the name of your database here
}

Step 4: In MySQL, run create_tables_tdmatcher.sql

Step 5: Download the Python/MySQL database connector

Step 6: Run main.py to start the program

About

A simply Python script that I created in my first year of university for a student club to match language learners together based on their skills / goals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages