README en Español 🇪🇸 ➡️ Link
A Python application designed to generate random lottery numbers for Eurodreams, Bonoloto, and Euromillones games. Utilizing the Typer library for command-line interface (CLI) and the Trogon library for terminal user interface (TUI) enhancements, this tool offers a fun and interactive way to play your favorite lotteries. 🚀
- Interactive CLI: Generate lottery numbers directly from the command line. 💻
- TUI Enhancements: Enjoy an enhanced terminal experience with ASCII art titles for each game. 🖼️
- Random Number Generation: Generates unique random numbers for Eurodreams, Bonoloto, and Euromillones according to official rules. 🔢
- Python 3.6+
- Typer library
- Trogon library
- Assets for ASCII art (included in the project)
Clone the repository and install the required libraries:
git clone https://github.com/GeroZayas/Spanish-Lottery-CLI.git
cd Spanish-Lottery-CLI
pip install -r requirements.txt
Run the application from the command line:
python3 lottery.py [OPTIONS] COMMANDThis will start the CLI where you can select the lottery game you want to play:
- Type
eurodreamsto generate numbers for Eurodreams. - Type
bonolototo generate numbers for Bonoloto. - Type
euromillonesto generate numbers for Euromillones.
Each command will display the generated numbers in a formatted string, along with an ASCII art title for the game.
Contributions are welcome Feel free to submit a pull request or open an issue to suggest improvements or report bugs. 🛠️
This project is licensed under the MIT License 📝

