neelthee-mansion 2.0.4__tar.gz → 2.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/PKG-INFO +1 -1
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/Mansion_of_Amnesia.py +4 -4
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/PKG-INFO +1 -1
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/setup.py +1 -1
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/README.md +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/Quests.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/Rooms.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/__init__.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/__main__.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/all_game_utils.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/creatures.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/items.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion/utils.py +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/SOURCES.txt +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/dependency_links.txt +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/entry_points.txt +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/requires.txt +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/top_level.txt +0 -0
- {neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/setup.cfg +0 -0
@@ -740,7 +740,7 @@ def main():
|
|
740
740
|
|
741
741
|
if Standord_Player:
|
742
742
|
while True:
|
743
|
-
type_text("Who do you want to play as?", colorTrue=
|
743
|
+
type_text("Who do you want to play as?", colorTrue=False)
|
744
744
|
print(df)
|
745
745
|
selected_character = loop_til_valid_input(
|
746
746
|
"Who do you want to play as? (please select the number to the left of there stats)",
|
@@ -756,13 +756,13 @@ def main():
|
|
756
756
|
weight = character_info['weight(LBs)']
|
757
757
|
break
|
758
758
|
else:
|
759
|
-
type_text(colorTrue=
|
759
|
+
type_text(colorTrue=False)
|
760
760
|
|
761
|
-
type_text("Please enter a codename for your achievements to save under \n>", False, colorTrue=
|
761
|
+
type_text("Please enter a codename for your achievements to save under \n>", False, colorTrue=False)
|
762
762
|
codename = input()
|
763
763
|
|
764
764
|
else:
|
765
|
-
type_text("You will now have to enter a name, age, height, and weight. Please enter the height in this format: _ft _. These will be used throughout the game.", colorTrue=
|
765
|
+
type_text("You will now have to enter a name, age, height, and weight. Please enter the height in this format: _ft _. These will be used throughout the game.", colorTrue=False)
|
766
766
|
|
767
767
|
name = loop_til_valid_input("What is your name?", "You didn't enter a string. Please enter a string.", str)
|
768
768
|
age = loop_til_valid_input("What is your age (in whole years)?", "You didn't enter an integer. Please enter an integer.", int)
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='neelthee_mansion',
|
5
|
-
version='2.0.
|
5
|
+
version='2.0.5',
|
6
6
|
packages=find_packages(), # Automatically finds all packages and modules
|
7
7
|
install_requires=[
|
8
8
|
'psutil', 'playsound', 'requests', 'keyboard', 'pandas', 'validators', 'dicttoxml', 'pytz',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/dependency_links.txt
RENAMED
File without changes
|
{neelthee_mansion-2.0.4 → neelthee_mansion-2.0.5}/neelthee_mansion.egg-info/entry_points.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|