Twinkle-Star

stars

[ FOR LINUX ONLY ]

1. Install python3

$ sudo apt-get install python3 

2. Install pip

$ sudo apt install pip 

3. Install packages with pip

The following command will install the required packages using the file requirements.txt

$ pip install -r requirements.txt 

4. To Run file

$ cd Twinkle-Star
$ Python3 Twinkle.py