Skip to content

TimeEnjoyed AmbivalentBunnie and Mysty's Codejam 2023 Project

License

Notifications You must be signed in to change notification settings

TimeEnjoyed/TimeToGrow

Repository files navigation

TimeToGrow

CodeJam Entry

Description here...

Installing

TimeToGrow requires Python3.11. Note: This has not been tested on Python 3.12+.

Download the latest Python

Windows

In a terminal:

git clone https://github.com/TimeEnjoyed/TimeToGrow.git
cd TimeToGrow
py -3.11 -m venv venv
./venv/Scripts/activate
pip install -r requirements.txt

Linux/MacOS

In a terminal:

git clone https://github.com/TimeEnjoyed/TimeToGrow.git
cd TimeToGrow
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

After installation, in your activated venv:

python launcher.py

Development

To set up a development environment follow the steps in Installing, then run:

pip install -r dev-requirements.txt

TimeToGrow uses Black and isort for linting.

After installation and before committing run:

black .
isort .

About

TimeEnjoyed AmbivalentBunnie and Mysty's Codejam 2023 Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •