Skip to content

Smart Python Mini-Projects Using Generators — From Dice Rolls To Game Logic.

Notifications You must be signed in to change notification settings

AliSolaxay35/AkilliGen

Repository files navigation

AkilliGen

Smart Python Mini-Projects Using Generators — From Dice Rolls To Game Logic.

Overview

This Project Focuses On:

  • Using Python Generators To Stream Data Efficiently
  • Simulating Dice Rolls And Other Random Behaviors
  • Saving And Loading Data With The Pickle Module
  • Building CLI-Based Interactive Logic
  • Keeping The Code Modular And Extendable

Highlights

  • Clean And Readable Code
  • Modular Structure For Future Additions
  • Generator-Based Data Flow
  • Randomization With Purpose (Games, Simulations)
  • Easy To Test And Modify

Getting Started

  1. Make Sure You Have Python 3.7 Or Higher Installed.
  2. Run Any Python Script In This Project Using The Terminal:
    python script_name.py
    

About

Smart Python Mini-Projects Using Generators — From Dice Rolls To Game Logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages