Skip to content

Commit

Permalink
v3.15 beta 2
Browse files Browse the repository at this point in the history
fixed the "PIL not found" error
  • Loading branch information
LIL-JABA committed Jul 24, 2023
1 parent 12fb6b7 commit 23e417d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![image](https://user-images.githubusercontent.com/82034934/191281792-6b45244e-9635-45a5-b6e8-529ff6d93268.png)

<h2 align="center">
Python program that checks your valorant accounts
Python program to check your valorant accounts
</h2>

<h3 align="center">
Expand Down
4 changes: 0 additions & 4 deletions src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
from datetime import datetime
from os.path import exists

from tkinter import Tk
from tkinter.filedialog import askopenfilename
from colorama import Fore
from InquirerPy.separator import Separator
from InquirerPy import inquirer

from codeparts import auth, checkers, stuff, systems
from codeparts.systems import vlchkrsource
Expand Down
3 changes: 0 additions & 3 deletions src/codeparts/PCSS.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/usr/bin/python3
import asyncio
import concurrent
import time
from concurrent.futures import ThreadPoolExecutor

import aiohttp
import urllib3
import ctypes
import requests
import os
Expand Down
1 change: 0 additions & 1 deletion src/codeparts/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import ssl
from typing import Any
from tkinter import *
from urllib3 import HTTPSConnectionPool

import pandas
import requests
Expand Down
2 changes: 0 additions & 2 deletions src/codeparts/fastcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from datetime import datetime
import threading
import time
from InquirerPy import inquirer
from InquirerPy.separator import Separator
import traceback
from colorama import Fore
import ctypes
Expand Down
6 changes: 1 addition & 5 deletions src/codeparts/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
import os
import tkinter
from tkinter import filedialog
import random
import urllib
import time
from typing import NoReturn
import ctypes
from PIL import Image

from colorama import Fore, Back, Style
from colorama import Fore, Back
import requests
from InquirerPy import inquirer
from InquirerPy.separator import Separator
Expand Down
4 changes: 1 addition & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from InquirerPy import inquirer
from InquirerPy.separator import Separator
import colorama
from tkinter import Tk
from tkinter.filedialog import askopenfilename

import requests
from colorama import Fore, Style
Expand All @@ -27,7 +25,7 @@ class program():
def __init__(self) -> None:
self.count = 0
self.checked = 0
self.version = '3.15 beta'
self.version = '3.15 beta 2'
self.riotlimitinarow = 0
path = os.getcwd()
self.parentpath = os.path.abspath(os.path.join(path, os.pardir))
Expand Down

0 comments on commit 23e417d

Please sign in to comment.