Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthistle/community
A community simulator written in Python
https://github.com/jthistle/community
psychology python3 simulator traits
Last synced: 18 days ago
JSON representation
A community simulator written in Python
- Host: GitHub
- URL: https://github.com/jthistle/community
- Owner: jthistle
- License: gpl-3.0
- Created: 2018-08-27T15:41:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T10:12:20.000Z (about 6 years ago)
- Last Synced: 2023-10-20T20:52:04.748Z (about 1 year ago)
- Topics: psychology, python3, simulator, traits
- Language: Python
- Size: 1.05 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Community [![Build Status](https://travis-ci.com/jthistle/community.svg?branch=master)](https://travis-ci.com/jthistle/community)
A community simulator written in Python.[The wiki](https://github.com/jthistle/community/wiki) isn't complete, but contains some information about this project.
Warning: I have not, and likely will not, implement backwards compatability for save files. Every update can and probably will break any save files.
## Install instructions
### Requirements
Python 3 required, 3.6+ recommended.
This program requires the `names` python package and `tkinter`.Install names through pip with:
python3 -m pip install names
If tkinter isn't installed, install it.
Ubuntu:
sudo apt-get install python3-tkThen, just run `main.py` and hey presto, it should work.
Please report any issues found to the tracker.
## Contributing
Contributing is a bit difficult at the moment - this project is in early stages. Any issue marked 'Good First Issue' is one that is considered fixable by first-time contributers, however - so fork and make a pull request! It may be slightly difficult due to the lack of documentation, but if it works, it works, and any useful contributions are very much appreciated.[pycodestyle](https://pypi.org/project/pycodestyle/) should be used to lint any contributions before opening a pull request. Installation:
pip install pycodestyle