Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

datasciencecampus/ft-hackathon-python-team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team FinTrans Wordle clone

Welcome to the FinTrans python team Wordle.

To use, clone the repository in your local drive. We suggest cloning into a folder called git_repos and the instructions will be based on that.

Getting started

To start using this project, first make sure your system meets its requirements.

It's suggested that you install this pack and it's requirements within a virtual environment.

Requirements

  • Python 3.6.1+ installed
  • Customtkinter
  • CTkMessagebox
  • Pillow

The required packages can be installed directly from the requirements.txt file. For the example directory below:

C:/
└── Users/
    └── YOUR_WINDOWS_USERNAME/
        └── git_repos/
            └── hackathon-python-team/
                └── requirements.txt

If your Anaconda Prompt window opens in the C drive, the command is:

pip install -r "Users/YOUR_WINDOWS_USERNAME/git_repos/hackathon-python-team/requirements.txt"

If it opens in another drive, you must move to the C drive first:

cd /d C:
pip install -r "Users/YOUR_WINDOWS_USERNAME/git_repos/hackathon-python-team/requirements.txt"

Running the game

This game can be run using an IDE or a terminal window:

IDE (recommended)

Your IDE should allow you to run the code direcly by navigating to main.py and using the run (or equivalent) button..

Terminal

Open Anaconda Prompt and type in :

python -m Users.YOUR_WINDOWS_USERNAME.git_repos.hackathon.src.hackathon.main

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

Acknowledgements

This game was made by Nathan Williams, Olivia Gibson, Iasmina Ursul, Dragos Cozma and Vicky Hoolohan. This project structure is based on the govcookiecutter template project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5