News

This is a template project for creating executable (.exe) files from Python applications. The user does not need to have Python set up or any project dependencies to run the executable.
# 🛠️ Python CI/CD Demo A simple Python project demonstrating how to set up Continuous Integration (CI) using GitHub Actions. Includes basic arithmetic operations and unit tests using `pytest`. ## 📚 ...