- Thursday, April 09, 2024
- Fantasy Characters V1
- Contact Information: Mohamed Elshoubky
This file uses two different main functions; text_UI, and batch_UI. The user is given several options to choose and will select one, based on the letter typed, that will be displayed for the user to see. The former function runs through a terminal screen and is given a specific choice for the user to input for each message displayed, while the latter function takes the input in the form of a long line command in a txt. file, with a provided format.
- Python, Numpy, Matplotlib
Open the Python file in any terminal, command prompt, or any Python IDE (Integrated Development Environment) terminal, and run the program to operate and use the aforementioned file.
See tutorial video link below.
- @Mohamed Elshoubky - character_luck_list.py, sort_characters_intelligence_selection.py, batch_UI.py
- @Jett Miyasaki - character_weapon_list.py, sort_characters_health_insertion.py, text_UI.py
- @Victoria Salomon - character_occupation_list.py, sort_characters_agility_bubble.py, histogram.py
- @Rehma Muzammil - character_strength_list.py, sort_characters_armor_bubble.py, curve_fit.py
MIT License
Copyright (c) 2024 [Mohamed Elshoubky]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.