Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Game Store

This repository contains a command-line game store where you can play a variety of classic games. It was developed as my first-year school project and includes games such as:

  • Hangman
  • Sudoku
  • Guess the Number
  • ...and more!

Features

  • Multiple games in one place – easily access different games from a single CLI app
  • Simple setup – just install dependencies and run
  • Beginner-friendly code – designed as an educational project with clear structure
  • Bonus Weather GUI – check the weather using a lightweight graphical interface (with WeatherAPI)
  • Lightweight & fast – no heavy frameworks, just Python and a few dependencies

Setup Instructions

1. Install required packages

Run the following command in your terminal to install all dependencies:

pip install -r requirements.txt

2. Start the Nano Store

Run the main script to launch the CLI game store:

python main.py

3. (Optional) Weather GUI Setup

The project also includes a simple Weather GUI feature. To use it, you’ll need an API key from WeatherAPI.

  1. Create a free account and generate your API key.
  2. In the root of the project, create a .env file.
  3. Add the following line to your .env file (replace your_api_key_here with your actual key):
WEATHER_API_KEY=your_api_key_here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages