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.
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.
- 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"This game can be run using an IDE or a terminal window:
Your IDE should allow you to run the code direcly by navigating to main.py and using the run (or equivalent) button..
Open Anaconda Prompt and type in :
python -m Users.YOUR_WINDOWS_USERNAME.git_repos.hackathon.src.hackathon.mainUnless 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.
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.