FastStone Capture is a lightweight, full-featured screen capture and video recording tool for Windows. While it offers a 30-day free trial
Once you have your credentials from the developer, follow these steps to activate the program: faststone capture username and registration code
choice = input("Choose an option: ") if choice == "1": username = input("Enter your username: ") registration_code = input("Enter your registration code: ") faststone_capture.register(username, registration_code) elif choice == "2": faststone_capture.capture_screen() elif choice == "3": break else: print("Invalid choice. Please choose a valid option.")