Personal UFO simulation and frequency research project built with curiosity, old-school building, and faith.
git clone https://github.com/007tofreedom/ufo-program.git
cd ufo-program
pip install -r requirements.txt
python main.py
## Quick Start
### 1. Clone the repo
```bash
git clone https://github.com/007tofreedom/ufo-program.git
cd ufo-program
2. Install dependencies
Bash pip install -r requirements.txt
3. Run the program
Bash python main.py
Note for Mac users: If python doesn't work, try:
Bash python3 main.py