Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smooth Camera App

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

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)

Screenshots

Screenshot 2025-08-22 065605 Screenshot 2025-08-22 065703 capture_20250822_065643

How to Install in PC for Windows 10 / 11

go to fourceforge of my project link : https://sourceforge.net/projects/smooth-camera-app/

Then download it and run the inno setup installer

How to Run

  1. Install requirements: pip install -r requirements.txt
  2. Run: python camera_app.py

Build as .exe

  • Install PyInstaller: pip install pyinstaller
  • Build: pyinstaller --onefile --noconsole --icon=icon.ico camera_app.py
  • The .exe will be in the dist folder.

Requirements

  • customtkinter
  • opencv-python
  • Pillow

Credits

Developed by Fozan Ahmed