The tool just converts phone number to PNG images that be used as a colorful way to share numbers easily. We get an abstract and unique pattern which one can stick on to his phone :)
Make sure you have installed Python 3 on your device and knowledge about the same.
rusty-kolors
│ README.md
│ app.py
| script.py
│
└───static
│ └───stylesheets
│ │ style.css
│
└───templates
│ index.html
- Create a virtual environment and activate it
pip install virtualenv virtualenv lol On windows -> lol\Scripts\activate On linux -> . lol/bin/activate
- Install flask and other dependencies in the virtual environment.
pip install Flask numpy matplotlib
- Run command in the terminal in the same directory to start the app
flask run
- Link on the link in the terminal directing to
localhost:5000
- To stop the service interrupt by CTRL + C in the terminal.