A Python application to help organize board and card games by tracking game details and shelf locations.
Project description
Game Organizer
Game Organizer is a Python application that helps you easily organize your board and card games by allowing you to input your game collection along with shelving information (rows and columns). Perfect for keeping track of your collection in a structured way!
Features
- Add new games to your collection.
- Assign each game a specific shelf location using rows and columns.
- Easily view and manage your organized collection.
- Works for both board games and card games.
Installation
- Clone the repository:
git clone https://github.com/dragonruler1000/Game-organizer.git
cd game-organizer
- Install Poetry if you don’t already have it:
- Bash (Linux/macOS):
curl -sSL https://install.python-poetry.org | python3 -
- PowerShell (Windows):
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
- Install project dependencies using Poetry:
poetry install
- Activate the virtual environment (optional, but recommended):
poetry shell
Usage
- Run the main script:
python main.py
-
Follow the prompts to:
- Add a game to your collection
- Input shelving information (number of rows and columns)
- View your organized collection
Example:
Enter game name: Catan
Enter game type (Board/Card): Board
Enter shelf row: 2
Enter shelf column: 3
Game added successfully!
Contributing
Contributions are welcome! Feel free to submit issues, suggest features, or submit pull requests.
License
This project is licensed under the MIT License.
See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gameorganiser-1.0.0.tar.gz.
File metadata
- Download URL: gameorganiser-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.13.7 Linux/6.16.3-200.fc42.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3df7ca6ec78efba7f40c30f41feeec0a485daa1cd0b3822637cfc31f34e8972
|
|
| MD5 |
7c1dff1dff25b53b84e5769190dee9fa
|
|
| BLAKE2b-256 |
73ec01c75c08aa217e27020f0fe37a32d216c2f4cd14ae0d754419fc74b4ce06
|
File details
Details for the file gameorganiser-1.0.0-py3-none-any.whl.
File metadata
- Download URL: gameorganiser-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.13.7 Linux/6.16.3-200.fc42.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12063f07b8ebd945c1cc44955b0c82597154e2a4a53c81582688c4d4156dff1d
|
|
| MD5 |
8f2b136fe2a45f672edc3085e168fc5c
|
|
| BLAKE2b-256 |
61bbae59b2c36ed1f6621ec6a25d4014e95fb352f76fef9e98f611616d354857
|