Dark is a custom application built using Python and the customtkinter library . This application allows users to take pictures, boomerangs, and videos, preview them, and decide whether to accept, retake, or cancel the captured media.
- Python 3.x
- pip (Python package installer)
git clone https://github.com/BengaLawal/Dark.git
cd Dark
It's recommended to create a virtual environment to manage the project's dependencies.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To start the application, run the main script:
python3 main.py