β¨
Komi - Barcode & QR Generator
β¨
A simple barcode and QR code generator built in Python with Flask.
π
Table of Contents
π€
Usage
You can access to it on https://komiqr.herokuapp.com
β
Installation
- Clone the repo and go to the directory.
$ git clone https://github.com/Ari-Qu3sadillas/Komi-Barcode-QR_Generator.git
$ cd FlinkShortener
- Initialize and activate a virtualenv.
$ virtualenv venv
$ source venv/bin/activate
- Install the dependencies:
$ pip install -r ./requirements.txt
- Move to the src directory and execute the run.py file.
$ cd src
$ python ./run.py
In order to change betweem the Development & Production environment you may go to the init.py file and change it manually. (Sorry this will be updated soon)
π³
Contribute
You can contribute to the development or improvement of this app and it will be much appreciated if you do
Step 1
- Fork or Clone this repo
Step 2
- Magic Magic Magic
β¨ β¨ β¨
Step 3
- Create a new pull request
π
Things to do - Contribute ideas
These are things that I will implement later (You can also take these ideas if you want to contribute
- Use the flask CLI and let the app run as development or production environment.