# QRCode_Suite ![](banner.png) A collection of differant ways to make QR Code's using python! This includes a version for terminal, desktop app, Discord and Slack! I will then make a website to locate it all. > [!NOTE] > If you are reviewing for [Flavortown](flavortown.hackclub.com) Then please check the ship note, I'm working on different versions of the project for different ships. Pick the version you want to try out and follow the steps bellow! ### CLI Mode #### Local 1. Make sure python is installed 2. Install `qrcode` ``` pip install qrcode ``` 3. Clone the repo ``` git clone https://github.com/hippogriff101/QRCode_Suite ``` 4. Navigate to the `QRCode_Suite` directory ``` cd QRCode_Suite ``` 5. Run `Python/CLI/main2.py` 6. Follow instructions on file to make QR Code #### Executable 1. Download `QR_CLI.exe` from releases tab 2. Run the `.exe` and follow instructions on screen ### GUI Mode #### Local 1. Make sure python is installed 2. Install `qrcode` ``` pip install qrcode ``` 3. Clone the repo ``` git clone https://github.com/hippogriff101/QRCode_Suite ``` 4. Navigate to the `QRCode_Suite` directory ``` cd QRCode_Suite ``` 5. Run `Python/GUI/main3.py` 6. Follow instructions on file to make QR Code #### Executable 1. Download `QR_GUI.exe` from releases tab 2. Run the `.exe` and follow instructions on screen ### Discord Bot (_in dev_) link to testing server ### Slack Bot (_in dev_) link to my public channel ## AI Notice AI was used to debug code and to educate myself on features of the library the documentation was not clear on. ## Licence This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ### Credits credit to @acorn the orph sticker in banner it is designed by them and is publically avalible at [stickers.hackclub.com](https://stickers.hackclub.com)