A package to create and view worlds.
Project description
Worlds
Worlds is a Python package designed for creating and visualizing unique worlds. It provides utilities for managing colors, world creation, and viewing.
Features
- 🌍 World Creation: Tools to create and customize new worlds.
- 🎨 Color Utilities: Handy methods for managing color schemes.
- 👀 View Worlds: Visualize and interact with your created worlds.
Installation
Install the package via pip:
pip install worlds
Usage
Basic Example
from utils.create_world import create_world
from utils.view_worlds import view_world
# Create a new world
world = create_world(name="FantasyLand", size=10)
# Visualize the world
view_world(world)
Project Structure
worlds/
├── LICENSE # License file
├── README.md # Project description
├── main.py # Main entry point
├── data/ # Data files
│ └── __init__.py
├── utils/ # Utility modules
│ ├── colors.py # Color utilities
│ ├── create_world.py # World creation utilities
│ ├── view_worlds.py # World viewing utilities
│ └── __init__.py
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
Acknowledgments
- Inspiration and ideas from various world-building communities.
- Contributions from open-source enthusiasts.
Contact
For any questions or suggestions, feel free to open an issue or contact the maintainers.
Happy world-building! 🌍🎨
Project details
Release history Release notifications | RSS feed
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 worlds_creator-0.1.0.tar.gz.
File metadata
- Download URL: worlds_creator-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c35a79bf69e1e42e88b25f14c47782e795b360ed4c495a90dd591b839bd5dec4
|
|
| MD5 |
a4da6e9163ec0cffe51115b7b6020ecc
|
|
| BLAKE2b-256 |
f203ca9f81a4eecee5ec984503b0c02f94c4fc7bb153ae3381370749f42bccf6
|
File details
Details for the file worlds_creator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: worlds_creator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
927405145e30608b6827964e7d6b15b0c7d06ed49ea2c28264bee1a1c03b61e6
|
|
| MD5 |
c356da1f996e41edcf89f2b634e720cc
|
|
| BLAKE2b-256 |
b6d13af9fbed457679fcada43a55ac2f4c5ff87ab37ba5cfffc3425b7e98bd82
|