These projects were built for the round 3 inductions of CRUx, BPHC.
A powerful Discord bot designed for the CRUx server, providing a wide range of task management and automation features to streamline the club's workflow. It also comes with a vscode extension that can be used alongside the bot.
A command-line tool for sharing and retrieving images within a local network. It lets users to easily upload, download and search for images uploaded by other users.
- Ensure you have python 3.11+
- Clone the repository
- Each project is in it's own directory
- cd into the project you want to run
- Install the dependencies using
pip -r requirements.txt
- To run a project, read and follow its README.md.