Skip to content

maika-kanaka/lottery-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lottery CLI

What's Lottery CLI ?

Lottery CLI is program for Lottery or social gathering (in Indonesia, we said 'Arisan'). Download the latest version 0.1.0 download here!

Features

  1. Records the member data
  2. Determine the winner

License

This software is distributed under The MIT License, please read LICENSE for more information: https://en.wikipedia.org/wiki/MIT_License

How to compile to .exe or .run

  1. Clone or download this repository
  2. Install python 3.7
  3. for Windows type py setup.py install for Linux type python3 setup.py install
  4. Check the program is run correcly by blabla
  5. Compile with pyinstaller by the following command: blabla
  6. Run a program lottery.exe for Windows & lottery.run for Linux on dist/ directory

Big thanks to

TODO

  • Export data member to csv
  • Setup.py for packages dependencies

pyinstaller --onefile --add-data "C:/Users//AppData/Local/Programs/Python/Python37-32/Lib/site-packages/pyfiglet";./pyfiglet lottery.py