A modern, smooth webcam app built with Python and CustomTkinter.
This is my First python app will update it time to time will make it enhance and add more features
- Beautiful splash screen and dark mode UI
- Loader animation and buffering when starting camera
- Capture images from your webcam
- Each capture is saved in your user's Pictures folder with a timestamp
- Developer credit always visible
- About dialog on camera stop
- Custom app icon
- Build as a standalone .exe (no terminal window)
go to fourceforge of my project link : https://sourceforge.net/projects/smooth-camera-app/
- Install requirements:
pip install -r requirements.txt - Run:
python camera_app.py
- Install PyInstaller:
pip install pyinstaller - Build:
pyinstaller --onefile --noconsole --icon=icon.ico camera_app.py - The .exe will be in the
distfolder.
- customtkinter
- opencv-python
- Pillow
Developed by Fozan Ahmed