Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
> Added fade
  • Loading branch information
Zephira58 committed Jun 5, 2022
1 parent ec1b914 commit c95d554
Show file tree
Hide file tree
Showing 62 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bins
/__pycache__
Binary file removed Bins/Randomizer.exe
Binary file not shown.
Binary file removed Bins/VCRUNTIME140.dll
Binary file not shown.
Binary file removed Bins/_asyncio.pyd
Binary file not shown.
Binary file removed Bins/_bz2.pyd
Binary file not shown.
Binary file removed Bins/_ctypes.pyd
Binary file not shown.
Binary file removed Bins/_decimal.pyd
Binary file not shown.
Binary file removed Bins/_hashlib.pyd
Binary file not shown.
Binary file removed Bins/_lzma.pyd
Binary file not shown.
Binary file removed Bins/_multiprocessing.pyd
Binary file not shown.
Binary file removed Bins/_overlapped.pyd
Binary file not shown.
Binary file removed Bins/_queue.pyd
Binary file not shown.
Binary file removed Bins/_socket.pyd
Binary file not shown.
Binary file removed Bins/_ssl.pyd
Binary file not shown.
Binary file removed Bins/api-ms-win-core-console-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-datetime-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-debug-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-errorhandling-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-file-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-file-l1-2-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-file-l2-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-handle-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-heap-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-interlocked-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-libraryloader-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-localization-l1-2-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-memory-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-namedpipe-l1-1-0.dll
Binary file not shown.
Binary file not shown.
Binary file removed Bins/api-ms-win-core-processthreads-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-processthreads-l1-1-1.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-profile-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-rtlsupport-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-string-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-synch-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-synch-l1-2-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-sysinfo-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-timezone-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-core-util-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-conio-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-convert-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-environment-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-filesystem-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-heap-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-locale-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-math-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-process-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-runtime-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-stdio-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-string-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-time-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/api-ms-win-crt-utility-l1-1-0.dll
Binary file not shown.
Binary file removed Bins/base_library.zip
Binary file not shown.
Binary file removed Bins/libcrypto-1_1.dll
Binary file not shown.
Binary file removed Bins/libffi-7.dll
Binary file not shown.
Binary file removed Bins/libssl-1_1.dll
Binary file not shown.
Binary file removed Bins/pyexpat.pyd
Binary file not shown.
Binary file removed Bins/python310.dll
Binary file not shown.
Binary file removed Bins/select.pyd
Binary file not shown.
Binary file removed Bins/ucrtbase.dll
Binary file not shown.
Binary file removed Bins/unicodedata.pyd
Binary file not shown.
12 changes: 11 additions & 1 deletion Randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,21 @@ def invalid():
#Makes an infinite reapeating loop
while True:
if keyboard.read_key() == "q":#Detects if the user presses a button on their keyboard in this case its 'q'
cls()
print("Made by Xanthus In my spare time")
enter()
print("Check out my other works at https://github.com/Xanthus58")
enter()
print("Email me on '[email protected]'")
enter()
print("Feel free to fork; submit issues; or otherwise interact with the project here!")
print("https://github.com/Xanthus58/Valorant-Randomizer")
time.sleep(5)
break #Closes the application
#When "C" is pressed it will show my credits
elif keyboard.read_key() == "a": #Registers keyboard inputs in this case its the letter "A"
#Lists all of the current agents in the game, in colour
agents = [Fore.YELLOW + 'Breach, ',Fore.YELLOW + 'Killjoy, ',Fore.BLUE + 'Neon, ',Fore.MAGENTA + 'Astra, ',Fore.YELLOW + 'Brimstone, ',Fore.YELLOW + 'Chamber, ','Cypher, ',Fore.BLUE + 'Jett, ',Fore.BLUE + 'Kayo, ',Fore.MAGENTA + 'Omen, ',Fore.YELLOW + 'Phoenix, ',Fore.YELLOW + 'Raze, ',Fore.MAGENTA + 'Reyna, ',Fore.GREEN + 'Sage, ',Fore.GREEN + 'Skye, ',Fore.BLUE + 'Sova, ',Fore.GREEN + 'Viper, ',Fore.BLUE + 'Yoru, ']
agents = [Fore.YELLOW + 'Breach, ',Fore.YELLOW + 'Killjoy, ',Fore.BLUE + 'Neon, ',Fore.MAGENTA + 'Astra, ',Fore.YELLOW + 'Brimstone, ',Fore.YELLOW + 'Chamber, ','Cypher, ',Fore.BLUE + 'Jett, ',Fore.BLUE + 'Kayo, ',Fore.MAGENTA + 'Omen, ',Fore.YELLOW + 'Phoenix, ',Fore.YELLOW + 'Raze, ',Fore.MAGENTA + 'Reyna, ',Fore.GREEN + 'Sage, ',Fore.GREEN + 'Skye, ',Fore.BLUE + 'Sova, ',Fore.GREEN + 'Viper, ',Fore.BLUE + 'Yoru, ',Fore.RED + 'Fade, ']
#Displays a message on singular or team selection
cls()
print("Press 1 to generate a singular Agent.")
Expand Down

0 comments on commit c95d554

Please sign in to comment.