Skip to content

switchcon/switchcon-gifticon-remapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switchcon-gifticon-remapper

기프티콘 사용 처리 시뮬레이션


File Structure

  1. /java : Just an Encryption Scheme modules
  2. /remap-server : Gifticon Usage Checking Server (with SQLite database)
  3. /client : python client which reads QR and returns the data

Using Encrypt Modules

  • Just import the .java files!
  • and then call the functions

Using Client

Under Construction...
$ cd client
# initialize python venv
$ python -m venv .venv
# sometimes we must use python3 ... (if python2 is installed)
$ source ./.venv/Scripts/activate
# or on windows 10+
# ./.venv/Scripts/Activate.ps1
$ pip install -r requirements.txt
# sometimes we must use pip3 ... (if python2 is installed)

Using Mapping Server

Under Construction...

About

기프티콘 사용 처리 보조 도구

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors