https://github.com/rahmatagungj/toke-dev
This for Development TOKE SYSTEM
https://github.com/rahmatagungj/toke-dev
cryptography encryption
Last synced: 9 days ago
JSON representation
This for Development TOKE SYSTEM
- Host: GitHub
- URL: https://github.com/rahmatagungj/toke-dev
- Owner: rahmatagungj
- Created: 2021-01-23T03:41:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T04:07:36.000Z (almost 5 years ago)
- Last Synced: 2025-10-09T11:12:47.802Z (9 months ago)
- Topics: cryptography, encryption
- Language: JavaScript
- Homepage: https://rahmatagungj.github.io/toke/
- Size: 75.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TOKE DEVELOPMENT
This is the environment for developing the TOKE system, make sure everything is done according to development procedures and targets.
TOKE only uses EEL modules that have been specially made and modified, it is prohibited to develop using the standard version of EEL.
# INSTALLATION
### Setup for the TOKE
pip install -r requirements.txt
### Setup for the EEL
1. Open EEL Folder
CD EEL
2. Install EEL System
python setup.py install
# BEFORE BUILD
1. Run python script in 'Test' folder and make sure all functions have been checked in ok condition
# BUILD
1. Run command prompt and navigate to the application folder
2. Open the Configuration folde and Use the command line on the TOKE_64bit file (for 64bit) / TOKE_34bit (for 32bit)
3. Start Build
4. Make sure the program can run normally
5. Push into Github [TOKE](https://github.com/rahmatagungj/toke)
Note : Make sure the directory location of the 'main.py' file and the ICON file are set.
## Notes
1. The TOKE application can only run on the windows platform.