# 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:
```bash
pip install worlds
```
## Usage
### Basic Example
```python
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
```bash
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](LICENSE) file for details.
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](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! 🌍🎨
Raw data
{
"_id": null,
"home_page": "https://github.com/sun2ii/worlds",
"name": "worlds-creator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Your Name",
"author_email": "benbasuni1@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f2/03/ca9f81a4eecee5ec984503b0c02f94c4fc7bb153ae3381370749f42bccf6/worlds_creator-0.1.0.tar.gz",
"platform": null,
"description": "# Worlds\n\n**Worlds** is a Python package designed for creating and visualizing unique worlds. It provides utilities for managing colors, world creation, and viewing.\n\n## Features\n\n- \ud83c\udf0d **World Creation**: Tools to create and customize new worlds.\n- \ud83c\udfa8 **Color Utilities**: Handy methods for managing color schemes.\n- \ud83d\udc40 **View Worlds**: Visualize and interact with your created worlds.\n\n## Installation\n\nInstall the package via pip:\n\n```bash\npip install worlds\n```\n\n## Usage\n\n### Basic Example\n\n```python\nfrom utils.create_world import create_world\nfrom utils.view_worlds import view_world\n\n# Create a new world\nworld = create_world(name=\"FantasyLand\", size=10)\n\n# Visualize the world\nview_world(world)\n```\n\n## Project Structure\n\n```bash\nworlds/\n\u251c\u2500\u2500 LICENSE # License file\n\u251c\u2500\u2500 README.md # Project description\n\u251c\u2500\u2500 main.py # Main entry point\n\u251c\u2500\u2500 data/ # Data files\n\u2502 \u2514\u2500\u2500 __init__.py\n\u251c\u2500\u2500 utils/ # Utility modules\n\u2502 \u251c\u2500\u2500 colors.py # Color utilities\n\u2502 \u251c\u2500\u2500 create_world.py # World creation utilities\n\u2502 \u251c\u2500\u2500 view_worlds.py # World viewing utilities\n\u2502 \u2514\u2500\u2500 __init__.py\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to contribute to this project.\n\n## Acknowledgments\n\n- Inspiration and ideas from various world-building communities.\n- Contributions from open-source enthusiasts.\n\n## Contact\n\nFor any questions or suggestions, feel free to open an issue or contact the maintainers.\n\n---\n\nHappy world-building! \ud83c\udf0d\ud83c\udfa8\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A package to create and view worlds.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/sun2ii/worlds"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b6d13af9fbed457679fcada43a55ac2f4c5ff87ab37ba5cfffc3425b7e98bd82",
"md5": "c356da1f996e41edcf89f2b634e720cc",
"sha256": "927405145e30608b6827964e7d6b15b0c7d06ed49ea2c28264bee1a1c03b61e6"
},
"downloads": -1,
"filename": "worlds_creator-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c356da1f996e41edcf89f2b634e720cc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6314,
"upload_time": "2024-11-16T23:43:09",
"upload_time_iso_8601": "2024-11-16T23:43:09.264510Z",
"url": "https://files.pythonhosted.org/packages/b6/d1/3af9fbed457679fcada43a55ac2f4c5ff87ab37ba5cfffc3425b7e98bd82/worlds_creator-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f203ca9f81a4eecee5ec984503b0c02f94c4fc7bb153ae3381370749f42bccf6",
"md5": "a4da6e9163ec0cffe51115b7b6020ecc",
"sha256": "c35a79bf69e1e42e88b25f14c47782e795b360ed4c495a90dd591b839bd5dec4"
},
"downloads": -1,
"filename": "worlds_creator-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a4da6e9163ec0cffe51115b7b6020ecc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5242,
"upload_time": "2024-11-16T23:43:11",
"upload_time_iso_8601": "2024-11-16T23:43:11.127007Z",
"url": "https://files.pythonhosted.org/packages/f2/03/ca9f81a4eecee5ec984503b0c02f94c4fc7bb153ae3381370749f42bccf6/worlds_creator-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-16 23:43:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sun2ii",
"github_project": "worlds",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "worlds-creator"
}